# HG changeset patch # User jwe # Date 775230258 0 # Node ID facf05265e620a206e053db89444978aea4237f8 # Parent 01e026888dfb9303d9095e38f268f27e47a4e277 [project @ 1994-07-26 13:44:18 by jwe] diff -r 01e026888dfb -r facf05265e62 liboctave/NLFunc.h --- 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 {