# HG changeset patch # User Mike Miller # Date 1456425612 28800 # Node ID ee5ade71523edd15b57e0cc51bda9b3c49ea9469 # Parent 2f9de06a526e4ca5b54437f057a960bba4e7e991 * integrate_n_steps.m: Restore missing end quote on error message diff -r 2f9de06a526e -r ee5ade71523e scripts/ode/private/integrate_n_steps.m --- a/scripts/ode/private/integrate_n_steps.m Thu Feb 25 09:37:06 2016 -0800 +++ b/scripts/ode/private/integrate_n_steps.m Thu Feb 25 10:40:12 2016 -0800 @@ -187,7 +187,7 @@ " This happened because the iterative integration loop", ... " did not find a valid solution at this time stamp. ", ... " Try to reduce the value of 'InitialStep' and/or", ... - " 'MaxStep' with the command 'odeset'.], + " 'MaxStep' with the command 'odeset'."], s(end), tspan(end)); endif endfor