changeset 22919:eb064b1b4269

* __ode15__.cc: Fix botched style fix.
author John W. Eaton <jwe@octave.org>
date Fri, 16 Dec 2016 14:13:37 -0500
parents 0b5d9978d7b1
children c9ef5571e11a
files libinterp/dldfcn/__ode15__.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__ode15__.cc	Fri Dec 16 13:17:58 2016 -0500
+++ b/libinterp/dldfcn/__ode15__.cc	Fri Dec 16 14:13:37 2016 -0500
@@ -889,7 +889,7 @@
 
     try
       {
-        tmp = ida_fc->do_multi_index_op (1, ovl (xdot, x, t));
+        tmp = ida_fc->do_multi_index_op (1, ovl (t, x, xdot));
       }
     catch (octave::execution_exception& e)
       {