Changeset 19279


Ignore:
Timestamp:
04/09/15 14:26:32 (10 years ago)
Author:
schlegel
Message:

BUG: dpermil should be only a double

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/SMBd18opdd.py

    r19264 r19279  
    114114                        WriteData(fid,'object',self,'class','surfaceforcings','fieldname','precipitations_presentday','format','DoubleMat','mattype',1,'scale',1./yts,'timeserieslength',md.mesh.numberofvertices+1)
    115115                        WriteData(fid,'object',self,'class','surfaceforcings','fieldname','delta18o','format','DoubleMat','mattype',1,'timeserieslength',2)
    116                         WriteData(fid,'object',self,'class','surfaceforcings','fieldname','dpermil','format','DoubleMat','mattype',1)
     116                        WriteData(fid,'object',self,'class','surfaceforcings','fieldname','dpermil','format','Double')
    117117        # }}}
Note: See TracChangeset for help on using the changeset viewer.