diff src/npsol.cc @ 135:7aea883afd29

[project @ 1993-09-29 16:15:12 by jwe]
author jwe
date Wed, 29 Sep 1993 16:15:12 +0000
parents 0869dc33276c
children 76926a2d39a6
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;
 }