# HG changeset patch # User jwe # Date 749319312 0 # Node ID 7aea883afd291cda6616f5b6a37bfac427547b52 # Parent 4e753587fac10724f4674ed902b75c72b0eee211 [project @ 1993-09-29 16:15:12 by jwe] diff -r 4e753587fac1 -r 7aea883afd29 src/npsol.cc --- 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; }