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