Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 7, 2024
1 parent 6d10cc4 commit 78c1d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/reactions/Castro_react.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78c1d02

Please sign in to comment.