Ignore:
Timestamp:
Dec 24, 2008, 2:44:48 PM (16 years ago)
Author:
ole
Message:

Cosmetics

File:
1 edited

Legend:

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

    r6106 r6108  
    185185
    186186# Determine if we can read/write large NetCDF files
    187 
    188187netcdf_mode_w = 'w'
    189188netcdf_mode_a = 'a'
     
    202201cmd = 'python -c "%s" 2> %s' % (s, null)
    203202err = os.system(cmd)
    204 #print 'OK, err =', err
    205203
    206204if err != 0:
     
    214212        exec(s)
    215213    except IOError:
    216         # Large file support is not supported   
     214        # NetCDFFile does not segfault but it does not
     215        # support large file support   
    217216        pass
    218217    else:
Note: See TracChangeset for help on using the changeset viewer.