Changeset 3354 for issm/trunk/src/m/classes/public/process_solve_options.m
- Timestamp:
- 03/30/10 15:18:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/process_solve_options.m
r3069 r3354 20 20 21 21 %check solution type is supported 22 if ~ismemberi(analysis_type,{'diagnostic','prognostic',' thermal','steadystate','parameters','transient',...22 if ~ismemberi(analysis_type,{'diagnostic','prognostic','prognostic2','thermal','steadystate','parameters','transient',... 23 23 'balancedthickness','balancedvelocities','slopecompute'}), 24 24 error(['process_solve_options error message: analysis_type ' analysis_type ' not supported yet!']);
Note:
See TracChangeset
for help on using the changeset viewer.