From 78c1d0224c8d1a3a845505a3848811c286176adc Mon Sep 17 00:00:00 2001 From: Zhi Date: Thu, 7 Nov 2024 17:09:52 -0500 Subject: [PATCH] fix --- 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 8d39095ff3..c763801402 100644 --- a/Source/reactions/Castro_react.cpp +++ b/Source/reactions/Castro_react.cpp @@ -557,7 +557,7 @@ Castro::react_state(Real time, Real dt) int lsdc_iteration = sdc_iteration; const auto dx = geom.CellSizeArray(); - const auto problo = geom.ProbLoArray(); + const geomdata = geom.data(); #if defined(AMREX_USE_GPU) ParallelFor(bx, [=] AMREX_GPU_DEVICE (int i, int j, int k)