Skip to content

Commit

Permalink
Merge branch 'dev-scalar-floor' of github.com:helenarichie/cholla int…
Browse files Browse the repository at this point in the history
…o dev-scalar-floor
  • Loading branch information
helenarichie committed Jan 23, 2024
2 parents da2d264 + d292c46 commit 8945bd4
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 8945bd4

Please sign in to comment.