Changeset 6361


Ignore:
Timestamp:
Feb 19, 2009, 8:16:08 AM (15 years ago)
Author:
rwilson
Message:

Added remove of temporary file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/config.py

    r6304 r6361  
    205205# whether Scientific.IO supports large NetCDF files
    206206s = """
     207import os
    207208from Scientific.IO.NetCDF import NetCDFFile
    208209fid = NetCDFFile('tmpfilenamexx', 'wl')
     210fid.close()
     211os.remove('tmpfilenamexx')
    209212"""
    210213
Note: See TracChangeset for help on using the changeset viewer.