Changeset 17731
- Timestamp:
- 04/14/14 20:49:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expread.py
r17730 r17731 30 30 31 31 #initialize number of profile 32 contours= OrderedDict()32 contours=[] 33 33 34 34 #open file … … 92 92 contour['closed']=False 93 93 94 contours. update(contour)94 contours.append(contour) 95 95 96 96 #close file
Note:
See TracChangeset
for help on using the changeset viewer.