From 6cc18c31f510f14565e6188038bbc09bafec4d76 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 5 Oct 2023 13:38:34 -0400 Subject: [PATCH] Update Source/hydro/Castro_mol_hydro.cpp Co-authored-by: Eric T. Johnson --- Source/hydro/Castro_mol_hydro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/hydro/Castro_mol_hydro.cpp b/Source/hydro/Castro_mol_hydro.cpp index 6422ae8c64..e726930dc5 100644 --- a/Source/hydro/Castro_mol_hydro.cpp +++ b/Source/hydro/Castro_mol_hydro.cpp @@ -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