Changeset 17784


Ignore:
Timestamp:
04/21/14 08:13:11 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: Solution is 8 charqacters long

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/process_solve_options.m

    r17782 r17784  
    99%solution_type: check on this option, error out otherwise
    1010solution_type=getfieldvalue(options,'solution_type');
    11 if ~strncmp(fliplr(EnumToString(solution_type)),fliplr('Solution'),9),
     11if ~strncmp(fliplr(EnumToString(solution_type)),fliplr('Solution'),8),
    1212        error(['solution_type ' EnumToString(solution_type) ' not supported!']);
    1313end
Note: See TracChangeset for help on using the changeset viewer.