Mercurial > hg > octave-jordi
diff src/npsol.cc @ 214:1468a5e6a466
[project @ 1993-11-13 04:04:32 by jwe]
author | jwe |
---|---|
date | Sat, 13 Nov 1993 04:07:07 +0000 |
parents | d1c5e5edbf1e |
children | cf3f13026ff6 |
line wrap: on
line diff
--- a/src/npsol.cc +++ b/src/npsol.cc @@ -270,8 +270,8 @@ int ub_len = ub.capacity (); if (lb_len != ub_len || lb_len != x.capacity ()) { - error ("npsol: lower and upper bounds and decision variable\n\ - vector must all have the same number of elements"); + error ("npsol: lower and upper bounds and decision variable vector"); + error ("must all have the same number of elements"); return retval; }