From d8597cd56a92eb76161544858bf98cd919088673 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Mon, 11 Dec 2023 18:19:53 -0500 Subject: [PATCH] fix the fix --- Source/hydro/Castro_ctu_hydro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/hydro/Castro_ctu_hydro.cpp b/Source/hydro/Castro_ctu_hydro.cpp index a9ec18f5d7..985527f437 100644 --- a/Source/hydro/Castro_ctu_hydro.cpp +++ b/Source/hydro/Castro_ctu_hydro.cpp @@ -170,7 +170,7 @@ Castro::construct_ctu_hydro_source(Real time, Real dt) #ifdef RADIATION Vector rad_flux; for (int n = 0; n < AMREX_SPACEDIM; ++n) { - radflux.push_back(FArrayBox(The_Async_Arena())); + rad_flux.push_back(FArrayBox(The_Async_Arena())); } #endif #if AMREX_SPACEDIM <= 2