Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 24, 2024
1 parent 822056e commit 147854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/hydro/Castro_mol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Castro::mol_ppm_reconstruct(const Box& bx,
Real sp;

load_stencil(q_arr, idir, i, j, k, n, s);
ppm_reconstruct(s, i, j, k, idir, dx,
ppm_reconstruct(s, i, j, k, idir, dx[idir],
lo_bc_test, hi_bc_test, is_axisymmetric, domlo, domhi,
flat, sm, sp);

Expand Down

0 comments on commit 147854b

Please sign in to comment.