Ignore:
Timestamp:
Oct 14, 2005, 4:14:19 PM (19 years ago)
Author:
ole
Message:

Improved expression parser for apply_expression_to_dictionary()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/data_manager.py

    r1919 r1927  
    13221322    quantity_dict = {}
    13231323    for name in fid.variables.keys():
    1324 
    1325         if name not in ['x', 'y', 'volumes', 'time']:
    1326             quantity_dict[name] = fid.variables[name][:]
     1324        quantity_dict[name] = fid.variables[name][:]
    13271325
    13281326    #print quantity_dict     
Note: See TracChangeset for help on using the changeset viewer.