Changeset 23740


Ignore:
Timestamp:
02/19/19 11:56:21 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: do not marshall enthalpy twice

File:
1 edited

Legend:

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

    r23739 r23740  
    129129                        WriteData(fid,prefix,'object',self,'fieldname','pressure','format','DoubleMat','mattype',1);
    130130                        WriteData(fid,prefix,'object',self,'fieldname','temperature','format','DoubleMat','mattype',1);
    131                         WriteData(fid,prefix,'object',self,'fieldname','enthalpy','format','DoubleMat','mattype',1);
    132131                        WriteData(fid,prefix,'object',self,'fieldname','waterfraction','format','DoubleMat','mattype',1);
    133132                        WriteData(fid,prefix,'object',self,'fieldname','sediment_head','format','DoubleMat','mattype',1);
Note: See TracChangeset for help on using the changeset viewer.