Changeset 21358


Ignore:
Timestamp:
11/10/16 04:59:35 (8 years ago)
Author:
sjohnsen
Message:

CHG:Deleted print and double import of Odereddict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/io/loadvars.py

    r21357 r21358  
    88from collections import OrderedDict
    99from whichdb import whichdb
    10 from collections import OrderedDict
    1110from model import *
    1211
     
    180179                                                                else:
    181180                                                                        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)])))
    186181                                                elif vardim==3:
    187182                                                        if type(Tree)==list:
Note: See TracChangeset for help on using the changeset viewer.