Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 11, 2023
1 parent c3b4087 commit d8597cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/hydro/Castro_ctu_hydro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Castro::construct_ctu_hydro_source(Real time, Real dt)
#ifdef RADIATION
Vector<FArrayBox> 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
Expand Down

0 comments on commit d8597cd

Please sign in to comment.