From d292c46cbfd2fe00a3eb12603bc2c0d3c25bd1ef Mon Sep 17 00:00:00 2001 From: Helena Richie Date: Tue, 23 Jan 2024 18:08:43 -0500 Subject: [PATCH] undo accidental change --- src/grid/grid3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grid/grid3D.cpp b/src/grid/grid3D.cpp index 1cb8d9f56..4c3ddd1ab 100644 --- a/src/grid/grid3D.cpp +++ b/src/grid/grid3D.cpp @@ -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