--- trunk/gadget/keeper.cc 2015/10/13 11:29:01 16 +++ trunk/gadget/keeper.cc 2015/11/09 10:22:57 17 @@ -431,7 +431,6 @@ paramfile << "; Gadget was interrupted after a total of " << iters << " function evaluations\n; the best likelihood value found so far is " << setprecision(p) << bestlikelihood << endl; - } else if (EcoSystem->getFuncEval() == 0) { paramfile << "; a simulation run was performed giving a likelihood value of " << setprecision(p) << EcoSystem->getLikelihood() << endl;