# HG changeset patch # User jwe # Date 812872709 0 # Node ID 3b6474ef546f496b876b6fc731ba7069baf58386 # Parent 26411f9c7603c498d6d5697263ffe401e14bdd2b [project @ 1995-10-05 05:58:29 by jwe] diff -r 26411f9c7603 -r 3b6474ef546f src/npsol.cc --- a/src/npsol.cc Thu Oct 05 05:51:20 1995 +0000 +++ b/src/npsol.cc Thu Oct 05 05:58:29 1995 +0000 @@ -198,7 +198,7 @@ int nonlinear_constraints_ok (const ColumnVector& x, const ColumnVector& nllb, - nonlinear_fcn g, const ColumnVector& nlub, + NLFunc::nonlinear_fcn g, const ColumnVector& nlub, char *warn_for, int warn) { int nllb_len = nllb.capacity ();