Changeset 5134
- Timestamp:
- 08/10/10 16:03:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r5126 r5134 58 58 checksize(md,fields,[md.numberofelements 2]); 59 59 %Check the values of elements_type(1) 60 checkvalues(md,{'elements_type(:,1)'},[MacAyealApproximationEnum() HutterApproximationEnum() PattynApproximationEnum() ]);60 checkvalues(md,{'elements_type(:,1)'},[MacAyealApproximationEnum() HutterApproximationEnum() PattynApproximationEnum() MacAyealPattynApproximationEnum()]); 61 61 %Check the values of elements_type(2) 62 62 checkvalues(md,{'elements_type(:,2)'},[StokesApproximationEnum() NoneApproximationEnum()]);
Note:
See TracChangeset
for help on using the changeset viewer.