Skip to content

Commit

Permalink
correct H.min_dt
Browse files Browse the repository at this point in the history
  • Loading branch information
helenarichie committed Aug 15, 2024
1 parent af8e452 commit 44836f3
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 @@ -165,7 +165,7 @@ void Grid3D::Initialize(struct Parameters *P)
C_cfl = 0.3;

#ifdef AVERAGE_SLOW_CELLS
H.min_dt_slow = 0.13; // Initialize the minumum dt to a tiny number
H.min_dt_slow = 0.0326; // Initialize the minumum dt to a tiny number
#endif // AVERAGE_SLOW_CELLS

#ifdef CLOUD_TRACKING
Expand Down

0 comments on commit 44836f3

Please sign in to comment.