Skip to content

Commit

Permalink
typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Oct 20, 2023
1 parent f785ea6 commit c4ab2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluid/RiemannSolver/extrapolateToFaces.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class ExtrapolateToFaces {
constexpr int koffset = (dir==KDIR ? 1 : 0);

for(int nv = 0 ; nv < Phys::nvar ; nv++) {
#ifdef PRE_COMPUTE_SLOPE
#ifdef PRE_COMPUTE_SLOPES
// Use precomputed slopes
vL[nv] = PrimL(nv,k,j,i);
vR[nv] = PrimR(nv,k,j,i);
Expand Down

0 comments on commit c4ab2ee

Please sign in to comment.