Ignore:
Timestamp:
05/28/13 09:39:57 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moved more conversions from Core to classes

File:
1 edited

Legend:

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

    r14936 r15125  
    147147
    148148                WriteData(fid,'object',self,'class','materials','fieldname','lithosphere_shear_modulus','format','Double');
    149                 WriteData(fid,'object',self,'class','materials','fieldname','lithosphere_density','format','Double');
     149                WriteData(fid,'object',self,'class','materials','fieldname','lithosphere_density','format','Double','scale',10.**3.);
    150150                WriteData(fid,'object',self,'class','materials','fieldname','mantle_shear_modulus','format','Double');
    151                 WriteData(fid,'object',self,'class','materials','fieldname','mantle_density','format','Double');
     151                WriteData(fid,'object',self,'class','materials','fieldname','mantle_density','format','Double','scale',10.**3.);
    152152        # }}}
Note: See TracChangeset for help on using the changeset viewer.