NEWS: CAESAR-Lisflood 2.3 uploaded on sourceforge

7 views
Skip to first unread message

Tom

unread,
Mar 11, 2026, 7:19:53 AM (3 days ago) Mar 11
to caesar-lisflood
Hi - new version of the code uploaded. Some minor changes detailed below.

2.3a.cs
Changed lines for error handling when reading in data files - provides more data.

Save files now have .asc extension instead of .txt - this is to make easier integration with reading into GIS packages. The internal format of the files is unchanged - just the extension

in qroute(); the line Math.Pow(hflow, (10 / 3) is now replaced with Math.Pow(hflow, (10.0 / 3.0) as C# uses the integer value of 10/3 and 10.0/3.0 forces it to use a floating point. 
Reply all
Reply to author
Forward
0 new messages