Skip to content

Commit

Permalink
Update Source/hydro/Castro_mol_hydro.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Eric T. Johnson <[email protected]>
  • Loading branch information
zingale and yut23 authored Oct 5, 2023
1 parent 0d32915 commit 6cc18c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/hydro/Castro_mol_hydro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Castro::construct_mol_hydro_source(Real time, Real dt, MultiFab& A_update)

MultiFab& S_new = get_new_data(State_Type);

#if AMREX_SPACEDIM == 2
#if AMREX_SPACEDIM <= 2
int coord = geom.Coord();
#endif

Expand Down

0 comments on commit 6cc18c3

Please sign in to comment.