Changeset 696


Ignore:
Timestamp:
06/02/09 09:47:40 (15 years ago)
Author:
Mathieu Morlighem
Message:

default sub_analysis_type = steady if analysis_type = transient

File:
1 edited

Legend:

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

    r629 r696  
    4545        end
    4646end
    47 if ~found,
     47if ~found & ~strcmpi(analysis_type,'thermal'),
    4848        sub_analysis_type='none';
     49else
     50        disp('recover_solve_options info message: no ''sub_analysis_type'' was provided, defaulting to ''steady''');
     51        sub_analysis_type='steady';
    4952end
    5053
Note: See TracChangeset for help on using the changeset viewer.