Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jun 23, 2023
1 parent 007c71e commit 7ec5c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Boundary/AMReX_YAFluxRegister.H
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public:
int srccomp, int destcomp, int numcomp, RunOn runon) noexcept;

void Reflux (MF& state, int dc = 0);
void Reflux (MF& state, int srccomp, int destcomp, int numcomp):
void Reflux (MF& state, int srccomp, int destcomp, int numcomp);

bool CrseHasWork (const MFIter& mfi) const noexcept {
return m_crse_fab_flag[mfi.LocalIndex()] != crse_cell;
Expand Down

0 comments on commit 7ec5c6d

Please sign in to comment.