Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 15, 2024
1 parent fc7cfce commit 8bd8b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/Castro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ Castro::reflux (int crse_level, int fine_level, bool in_post_timestep)

reg = &getLevel(lev).pres_reg;

Reg->ClearInternalBorders(crse_lev.geom);
reg->ClearInternalBorders(crse_lev.geom);

reg->Reflux(crse_state, crse_lev.volume, 0, 1.0, 0, UMX, 1, crse_lev.geom);

Expand Down

0 comments on commit 8bd8b60

Please sign in to comment.