Skip to content

Commit

Permalink
Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Dec 21, 2023
1 parent 4dddf88 commit a6230d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PeleLMeX.H
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ public:
// Sprays
void setupVirtualParticles(const int level);
static void removeVirtualParticles(const int level);
static void setupGhostParticles(const int ngrow, const int level);
void setupGhostParticles(const int ngrow, const int level);
static void removeGhostParticles(const int level);
amrex::Real SprayEstDt();
void SprayMKD(const amrex::Real time, const amrex::Real dt);
Expand Down

0 comments on commit a6230d7

Please sign in to comment.