changeset 1537:3b6474ef546f

[project @ 1995-10-05 05:58:29 by jwe]
author jwe
date Thu, 05 Oct 1995 05:58:29 +0000
parents 26411f9c7603
children 525d7798248a
files src/npsol.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ();