Skip to content

Commit

Permalink
Fix bug in ComputeUpdatedPrimVarFunctor3D_MHD; now implem 2 is fully …
Browse files Browse the repository at this point in the history
…functionnal.
  • Loading branch information
pkestene committed Aug 18, 2024
1 parent ed14781 commit 29097e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muscl/MHDRunFunctors3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ class ComputeUpdatedPrimVarFunctor3D_MHD : public MHDBaseFunctor3D
get_state(Slopes_y, i, j, k, dq[IY]);

// retrieve hydro slopes along Z
get_state(Slopes_y, i, j, k, dq[IZ]);
get_state(Slopes_z, i, j, k, dq[IZ]);

// Cell centered values
auto const & r = q[ID];
Expand Down

0 comments on commit 29097e2

Please sign in to comment.