Changeset 13966 for issm/trunk-jpl/src/m/solve/MatlabProcessPatch.py
- Timestamp:
- 11/15/12 13:56:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/solve/MatlabProcessPatch.py ΒΆ
r13023 r13966 8 8 9 9 #loop over steps 10 for structurei in structure .itervalues():10 for structurei in structure: 11 11 12 12 #return if there is no field Patch 13 if 'Patch' not in structurei:13 if not hasattr(structurei,'Patch'): 14 14 continue 15 15
Note:
See TracChangeset
for help on using the changeset viewer.