Changeset 5134


Ignore:
Timestamp:
08/10/10 16:03:08 (15 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r5126 r5134  
    5858checksize(md,fields,[md.numberofelements 2]);
    5959%Check the values of elements_type(1)
    60 checkvalues(md,{'elements_type(:,1)'},[MacAyealApproximationEnum() HutterApproximationEnum() PattynApproximationEnum()]);
     60checkvalues(md,{'elements_type(:,1)'},[MacAyealApproximationEnum() HutterApproximationEnum() PattynApproximationEnum() MacAyealPattynApproximationEnum()]);
    6161%Check the values of elements_type(2)
    6262checkvalues(md,{'elements_type(:,2)'},[StokesApproximationEnum() NoneApproximationEnum()]);
Note: See TracChangeset for help on using the changeset viewer.