From bb9877c81e6540aa66b908cdb675e09fc25f54d3 Mon Sep 17 00:00:00 2001 From: Zhi Date: Thu, 7 Nov 2024 16:47:58 -0500 Subject: [PATCH] fix typo --- Source/reactions/Castro_react.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)