Changeset 21358
- Timestamp:
- 11/10/16 04:59:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/io/loadvars.py
r21357 r21358 8 8 from collections import OrderedDict 9 9 from whichdb import whichdb 10 from collections import OrderedDict11 10 from model import * 12 11 … … 180 179 else: 181 180 Tree.__dict__[str(var)]=varval[:,:] 182 try:183 print('treated {}.{} with type {}'.format(mod,var,type(Tree.__dict__[str(var)])))184 except AttributeError:185 print('treated {}.{} with type {}'.format(mod,var,type(Tree[0].__dict__[str(var)])))186 181 elif vardim==3: 187 182 if type(Tree)==list:
Note:
See TracChangeset
for help on using the changeset viewer.