Changeset 708


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

minor

File:
1 edited

Legend:

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

    r696 r708  
    4545        end
    4646end
    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';
     47if ~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
    5254end
    5355
Note: See TracChangeset for help on using the changeset viewer.