Changeset 6895


Ignore:
Timestamp:
01/03/11 15:19:29 (14 years ago)
Author:
jschierm
Message:

Added thickness_coeff to marshall.m.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/marshall.m

    r6732 r6895  
    5454
    5555WriteData(fid,md.thickness,'Mat','thickness');
     56WriteData(fid,md.thickness_coeff,'Mat','thickness_coeff');
    5657WriteData(fid,md.surface,'Mat','surface');
    5758WriteData(fid,md.bed,'Mat','bed');
     
    173174%Qmu: the rest will be handle by qmumarshall
    174175WriteData(fid,md.qmu_analysis,'Integer','qmu_analysis');
    175 WriteData(fid,md.qmu_save_femmodel,'Integer','qmu_save_femmodel');
    176176WriteData(fid,md.name,'String','name');
    177177
Note: See TracChangeset for help on using the changeset viewer.