changeset 135:7aea883afd29

[project @ 1993-09-29 16:15:12 by jwe]
author jwe
date Wed, 29 Sep 1993 16:15:12 +0000
parents 4e753587fac1
children 9ef78c73006d
files src/npsol.cc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/npsol.cc	Wed Sep 29 16:15:02 1993 +0000
+++ b/src/npsol.cc	Wed Sep 29 16:15:12 1993 +0000
@@ -201,7 +201,6 @@
   int nlub_len = nlub.capacity ();
   ColumnVector c = (*g) (x);
   int c_len = c.capacity ();
-  int ok = 
 
   int ok = 1;
   if (warn)
@@ -218,7 +217,7 @@
 	  message (warn_for,
 		   "nonlinear constraints have inconsistent dimensions");
 	}
-
+    }
   return ok;
 }