Changeset 17731


Ignore:
Timestamp:
04/14/14 20:49:53 (11 years ago)
Author:
cborstad
Message:

BUG: reverting change, save contours as list of dicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/expread.py

    r17730 r17731  
    3030
    3131        #initialize number of profile
    32         contours=OrderedDict()
     32        contours=[]
    3333
    3434        #open file
     
    9292                        contour['closed']=False
    9393
    94                 contours.update(contour)
     94                contours.append(contour)
    9595
    9696        #close file
Note: See TracChangeset for help on using the changeset viewer.