Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jul 24, 2023
1 parent 5479509 commit 9541430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/LES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ PeleC::getSmagorinskyLESTerm(
}

update_flux_registers(
dt, vbox, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
dt, vbox, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
}
} // End of MFIter scope
} // End of OMP scope
Expand Down

0 comments on commit 9541430

Please sign in to comment.