Changeset 17784
- Timestamp:
- 04/21/14 08:13:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/process_solve_options.m
r17782 r17784 9 9 %solution_type: check on this option, error out otherwise 10 10 solution_type=getfieldvalue(options,'solution_type'); 11 if ~strncmp(fliplr(EnumToString(solution_type)),fliplr('Solution'), 9),11 if ~strncmp(fliplr(EnumToString(solution_type)),fliplr('Solution'),8), 12 12 error(['solution_type ' EnumToString(solution_type) ' not supported!']); 13 13 end
Note:
See TracChangeset
for help on using the changeset viewer.