Index: /issm/trunk-jpl/src/m/solve/process_solve_options.m
===================================================================
--- /issm/trunk-jpl/src/m/solve/process_solve_options.m	(revision 17783)
+++ /issm/trunk-jpl/src/m/solve/process_solve_options.m	(revision 17784)
@@ -9,5 +9,5 @@
 %solution_type: check on this option, error out otherwise
 solution_type=getfieldvalue(options,'solution_type');
-if ~strncmp(fliplr(EnumToString(solution_type)),fliplr('Solution'),9),
+if ~strncmp(fliplr(EnumToString(solution_type)),fliplr('Solution'),8),
 	error(['solution_type ' EnumToString(solution_type) ' not supported!']);
 end
