Changeset 14267


Ignore:
Timestamp:
01/17/13 10:35:04 (12 years ago)
Author:
jschierm
Message:

CHG: Update python version with corresponding matlab changes.

File:
1 edited

Legend:

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

    r14266 r14267  
    2929                        fid.write("%s%s\n" % ('## Name:',filename))
    3030   
     31                #Add density if it's not there
     32                if 'density' not in contour:
     33                        contour['density']=1
     34
    3135                fid.write("%s\n" % '## Icon:0')
    3236                fid.write("%s\n" % '# Points Count Value')
Note: See TracChangeset for help on using the changeset viewer.