From: stevenj Date: Tue, 4 Sep 2007 03:00:49 +0000 (-0400) Subject: plip shouldn't reset nevals X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0a19754571076f3a91045946ca0f56a532855ef3;p=nlopt.git plip shouldn't reset nevals darcs-hash:20070904030049-c8de0-a57d4e553ccd11f80ae165ebd48adf29b96a8861.gz --- diff --git a/luksan/plip.c b/luksan/plip.c index 0551c18..c6109ac 100644 --- a/luksan/plip.c +++ b/luksan/plip.c @@ -178,7 +178,6 @@ static void plip_(int *nf, int *nb, double *x, int * stat_1->ndec = 0; stat_1->nin = 0; stat_1->nit = 0; - stop->nevals = 0; stat_1->nfg = 0; stat_1->nfh = 0; isys = 0;