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