Skip to content

Commit

Permalink
Bumping version, adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltryby committed Oct 8, 2024
1 parent ea1bb71 commit ed7f27f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()


project(swmm-solver
VERSION 5.2.4
VERSION 5.2.5
LANGUAGES C CXX
)

Expand Down
4 changes: 2 additions & 2 deletions src/solver/statsrpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
// - 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.
// - Add padding to flow format to prevent fields from running together
// in the event of a width overflow.
//-----------------------------------------------------------------------------
#define _CRT_SECURE_NO_DEPRECATE

Expand Down

0 comments on commit ed7f27f

Please sign in to comment.