Skip to content

Commit

Permalink
undo accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
helenarichie authored Jan 23, 2024
1 parent 5f46029 commit d292c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid/grid3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void Grid3D::Initialize(struct Parameters *P)
C_cfl = 0.3;

#ifdef AVERAGE_SLOW_CELLS
H.min_dt_slow = 1e-5; // Initialize the minumum dt to a tiny number
H.min_dt_slow = 1e-100; // Initialize the minumum dt to a tiny number
#endif // AVERAGE_SLOW_CELLS

#ifndef MPI_CHOLLA
Expand Down

0 comments on commit d292c46

Please sign in to comment.