dvalters / HAIL-CAESAR

The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
http://dvalters.github.io/HAIL-CAESAR
GNU General Public License v3.0
38 stars 12 forks source link

Fix the typos in the load spatial mannings n raster function #44

Closed dvalters closed 2 years ago

dvalters commented 2 years ago

The function that loads the Spatial mannings n DEM had some typos in it and was attempting to read the wrong arrays. This is now corrected.

This change will not have affected the results of any previous simulations, as the bug would have caused a segmentation fault before the code would begin the simulation.