Ignore:
Timestamp:
04/21/10 09:27:55 (15 years ago)
Author:
Mathieu Morlighem
Message:

Readded initial Balancedthickness and moved DG to Balancedthickness2

File:
1 edited

Legend:

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

    r3354 r3589  
    2121%check solution type is supported
    2222if ~ismemberi(analysis_type,{'diagnostic','prognostic','prognostic2','thermal','steadystate','parameters','transient',...
    23                 'balancedthickness','balancedvelocities','slopecompute'}),
     23                'balancedthickness','balancedthickness2','balancedvelocities','slopecompute'}),
    2424        error(['process_solve_options error message: analysis_type ' analysis_type ' not supported yet!']);
    2525else
Note: See TracChangeset for help on using the changeset viewer.