Changeset 8404 for trunk/anuga_core/source/anuga/file_conversion
- Timestamp:
- Apr 18, 2012, 4:51:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/asc2dem.py
r8150 r8404 147 147 raise Exception, msg 148 148 149 NODATA_value = int( lines[5].split()[1].strip())149 NODATA_value = int(float(lines[5].split()[1].strip())) 150 150 151 151 assert len(lines) == nrows + 6
Note: See TracChangeset
for help on using the changeset viewer.