From ad7b327df3937f14346e80674589e923f29e1413 Mon Sep 17 00:00:00 2001 From: Caleb Date: Mon, 28 Aug 2023 14:44:09 -0400 Subject: [PATCH] Revert "Updated update history section #109" This reverts commit 71a4c316e122bab22c1f1acfb84ef8333a34dc6c. --- src/solver/statsrpt.c | 3 --- src/solver/swmm5.c | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/solver/statsrpt.c b/src/solver/statsrpt.c index 8c69c5c2f..9711a947a 100644 --- a/src/solver/statsrpt.c +++ b/src/solver/statsrpt.c @@ -30,9 +30,6 @@ // Build 5.2.2 // - Calculation of % Evaporation and % Exfiltration losses for storage // units was corrected. -// Build 5.2.5 -// - Changed flow format to scientific to prevent the merging of extremely -// large flows that make it difficult to interpret results. //----------------------------------------------------------------------------- #define _CRT_SECURE_NO_DEPRECATE diff --git a/src/solver/swmm5.c b/src/solver/swmm5.c index 6ff8c9b26..5eca090a5 100644 --- a/src/solver/swmm5.c +++ b/src/solver/swmm5.c @@ -42,6 +42,9 @@ // - Prevented possible infinite loop if swmm_step() called when ErrorCode > 0. // - Prevented early exit from swmm_end() when ErrorCode > 0. // - Support added for relative file names. +// Build 5.2.5 +// - Changed flow format to scientic to prevent the merging of extremely +// large flows that make it difficult to interpret results. //----------------------------------------------------------------------------- #define _CRT_SECURE_NO_DEPRECATE