Changeset 283


Ignore:
Timestamp:
05/06/09 16:45:10 (16 years ago)
Author:
Eric.Larour
Message:

Missing uppergrids in marshall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/marshall.m

    r1 r283  
    3939        WriteData(fid,md.deadgrids,'Mat','deadgrids');
    4040        WriteData(fid,md.numlayers,'Integer','numlayers');
     41        WriteData(fid,md.uppergrids,'Mat','uppergrids');
    4142end
    4243WriteData(fid,md.elementonbed,'Mat','elementonbed');
     
    132133WriteData(fid,md.thermal_exchange_velocity,'Scalar','thermal_exchange_velocity');
    133134
     135%elements type
     136WriteData(fid,md.ishutter,'Integer','ishutter');
     137WriteData(fid,md.ismacayealpattyn,'Integer','ismacayealpattyn');
     138WriteData(fid,md.isstokes,'Integer','isstokes');
     139
    134140%Rifts
    135141WriteData(fid,md.numrifts,'Integer','numrifts');
Note: See TracChangeset for help on using the changeset viewer.