Ignore:
Timestamp:
09/08/11 08:07:18 (14 years ago)
Author:
seroussi
Message:

added diagnostic class

File:
1 edited

Legend:

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

    r9641 r9679  
    334334function out=marshallverbose(in)
    335335        out = VerboseToBinary(in);
    336 function out=marshallpressureload(in)
     336function out=marshallicefront(in)
    337337        out=in;
    338338        pos=find(in(:,end)==0); out(pos,end)=AirEnum;
Note: See TracChangeset for help on using the changeset viewer.