changeset 568:facf05265e62

[project @ 1994-07-26 13:44:18 by jwe]
author jwe
date Tue, 26 Jul 1994 13:44:18 +0000
parents 01e026888dfb
children 9a204e17cbf8
files liboctave/NLFunc.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/NLFunc.h	Tue Jul 26 03:35:56 1994 +0000
+++ b/liboctave/NLFunc.h	Tue Jul 26 13:44:18 1994 +0000
@@ -37,8 +37,8 @@
 #define Vector ColumnVector
 #endif
 
-typedef Vector (*nonlinear_fcn) (Vector&);
-typedef Matrix (*jacobian_fcn) (Vector&);
+typedef Vector (*nonlinear_fcn) (const Vector&);
+typedef Matrix (*jacobian_fcn) (const Vector&);
 
 class NLFunc
 {