diff --git a/Source/reactions/Castro_react.cpp b/Source/reactions/Castro_react.cpp index c04891d531..7d005e726c 100644 --- a/Source/reactions/Castro_react.cpp +++ b/Source/reactions/Castro_react.cpp @@ -210,7 +210,7 @@ Castro::react_state(MultiFab& s, MultiFab& r, Real time, Real dt, const int stra #ifdef MODEL_PARSER const auto problo = geom.ProbLoArray(); #endif - const auto geomdata = goem.data(); + const auto geomdata = geom.data(); #if defined(AMREX_USE_GPU) ParallelFor(bx, [=] AMREX_GPU_DEVICE (int i, int j, int k)