diff scripts/ode/ode15s.m @ 24012:3d65720cd68a

ode15s.m: Fix message in BIST test (bug #50192). * ode15s.m: Change "YP0" to "Y0" in BIST message.
author Rik <rik@octave.org>
date Wed, 06 Sep 2017 09:08:36 -0700
parents 6e7bb85e32b8
children 194eb4bd202b
line wrap: on
line diff
--- a/scripts/ode/ode15s.m	Wed Sep 06 09:25:46 2017 -0400
+++ b/scripts/ode/ode15s.m	Wed Sep 06 09:08:36 2017 -0700
@@ -738,4 +738,4 @@
 %!testif HAVE_SUNDIALS
 %! A = zeros (2);
 %! fail ("ode15s (@(t, y) A * y, [0, 1], eye (2))",
-%!       "ode15s: YP0 must be a numeric vector");
+%!       "ode15s: Y0 must be a numeric vector");