Changeset 842


Ignore:
Timestamp:
Feb 7, 2005, 6:06:41 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/util.py

    r841 r842  
    317317        attributes = {}
    318318        for key in keys:
    319             attributes[key] = variables[key]
     319            attributes[key] = fid.variables[key]
    320320        #Don't close - arrays are needed outside this function,
    321321        #alternatively take a copy here
Note: See TracChangeset for help on using the changeset viewer.