changeset 21348:ee5ade71523e

* integrate_n_steps.m: Restore missing end quote on error message
author Mike Miller <mtmiller@octave.org>
date Thu, 25 Feb 2016 10:40:12 -0800
parents 2f9de06a526e
children e5a63df8cf3a
files scripts/ode/private/integrate_n_steps.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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