amforte / Topographic-Analysis-Kit

Set of matlab based tools for topographic analysis, built on top of TopoToolbox.
GNU General Public License v3.0
42 stars 35 forks source link

Basin2Raster small typo #42

Closed narvhal closed 4 years ago

narvhal commented 4 years ago

line 207: fileCell=cell(num_basins,1); should be: FileCell=cell(num_basins,1); Otherwise it fails to define FileCell for "nested" case and errors out.

amforte commented 4 years ago

Thanks! It's fixed now.