Ignore:
Timestamp:
Apr 21, 2008, 5:13:27 PM (16 years ago)
Author:
ole
Message:

Work done during Water Down Under 2008.
Input checks in interpolate_block and comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geospatial_data/geospatial_data.py

    r5146 r5222  
    994994                file_pointer,
    995995                header,
    996                 max_read_lines=1e30) #If the file is bigger that this, block..
     996                max_read_lines=1e30) #If the file is bigger that this, block..  # FIXME (Ole) What's up here?
     997               
    997998    except ANUGAError:
    998999        file_pointer.close()
Note: See TracChangeset for help on using the changeset viewer.