Changeset 2405


Ignore:
Timestamp:
10/08/09 16:02:40 (15 years ago)
Author:
Eric.Larour
Message:

Missing check on spcvelocity

File:
1 edited

Legend:

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

    r2367 r2405  
    102102fields={'x','y','z','B','drag','spcvelocity','melting','accumulation','surface','thickness','bed','gridonbed','gridonsurface'};
    103103checklength(md,fields,md.numberofgrids);
     104
     105%SIZE 6
     106fields={'spcvelocity'};
     107checksize(md,fields,[md.numberofgrids 6]);
    104108
    105109%THICKNESS = SURFACE - BED
Note: See TracChangeset for help on using the changeset viewer.