Changeset 490


Ignore:
Timestamp:
05/19/09 14:15:22 (16 years ago)
Author:
Mathieu Morlighem
Message:

better that way

File:
1 edited

Legend:

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

    r486 r490  
    6767        error(['process_solve_options error message: sub_analysis_type ' sub_analysis_type ' not supported yet!']);
    6868end
    69 if ~(strcmpi(sub_analysis_type,'cielo') |  ...
    70                 strcmpi(sub_analysis_type,'ice') |  ...
    71                 strcmpi(sub_analysis_type,'macayeal') ),
     69if ~(strcmpi(package,'cielo') |  ...
     70                strcmpi(package,'ice') |  ...
     71                strcmpi(package,'macayeal') ),
    7272        error(['process_solve_options error message: package ' package ' not supported yet!']);
    7373end
Note: See TracChangeset for help on using the changeset viewer.