Changeset 5351


Ignore:
Timestamp:
May 21, 2008, 1:56:54 PM (17 years ago)
Author:
ole
Message:

Removed misleading message

File:
1 edited

Legend:

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

    r5349 r5351  
    175175
    176176                    if file_name.endswith('csv') or file_name.endswith('txt'):
    177                         print 'ASCII formats are not that great for '
    178                         print 'blockwise reading. Consider storing this'
    179                         print 'data as a pts NetCDF format'
     177                        pass
     178                        # This message was misleading.
     179                        # FIXME (Ole): Are we blocking here or not?
     180                        #print 'ASCII formats are not that great for '
     181                        #print 'blockwise reading. Consider storing this'
     182                        #print 'data as a pts NetCDF format'
    180183
    181184    def __len__(self):
Note: See TracChangeset for help on using the changeset viewer.