Ignore:
Timestamp:
11/15/12 13:56:25 (12 years ago)
Author:
jschierm
Message:

CHG: Changed format of results storage for Python.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/solve/MatlabProcessPatch.py ΒΆ

    r13023 r13966  
    88
    99        #loop over steps
    10         for structurei in structure.itervalues():
     10        for structurei in structure:
    1111
    1212                #return if there is no field Patch
    13                 if 'Patch' not in structurei:
     13                if not hasattr(structurei,'Patch'):
    1414                        continue
    1515
Note: See TracChangeset for help on using the changeset viewer.