Changeset 708
- Timestamp:
- 06/02/09 12:22:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/process_solve_options.m
r696 r708 45 45 end 46 46 end 47 if ~found & ~strcmpi(analysis_type,'thermal'), 48 sub_analysis_type='none'; 49 else 50 disp('recover_solve_options info message: no ''sub_analysis_type'' was provided, defaulting to ''steady'''); 51 sub_analysis_type='steady'; 47 if ~found 48 if ~strcmpi(analysis_type,'thermal'), 49 sub_analysis_type='none'; 50 else 51 disp('recover_solve_options info message: no ''sub_analysis_type'' was provided, defaulting to ''steady'''); 52 sub_analysis_type='steady'; 53 end 52 54 end 53 55
Note:
See TracChangeset
for help on using the changeset viewer.