diff liboctave/ChangeLog @ 4141:8c710385c572

[project @ 2002-11-01 04:20:44 by jwe]
author jwe
date Fri, 01 Nov 2002 04:20:44 +0000
parents 02ca908056e9
children 0739d46e778c
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Nov 01 02:53:14 2002 +0000
+++ b/liboctave/ChangeLog	Fri Nov 01 04:20:44 2002 +0000
@@ -1,5 +1,10 @@
 2002-10-31  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* ODESFunc.h (ODESFunc::ODES_fsub, ODESFunc::ODES_bsub,
+	ODESFunc::ODES_jsub): Reorder args for consistency with other
+	solvers.
+	* ODESSA.cc: Fix all callers.
+
 	* mx-inlines.cc (MX_BASE_REDUCTION_OP): Also return scalar
 	MT_RESULT if nr == 1 && nc == 0 && dim == -1 (i.e.,
 	sum(zeros(1,0)) returns 0, not [](1x0)).