Changeset 696
- Timestamp:
- 06/02/09 09:47:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/process_solve_options.m
r629 r696 45 45 end 46 46 end 47 if ~found ,47 if ~found & ~strcmpi(analysis_type,'thermal'), 48 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'; 49 52 end 50 53
Note:
See TracChangeset
for help on using the changeset viewer.