--- trunk/gadget/optinfohooke.cc 2016/05/25 16:36:33 19 +++ trunk/gadget/optinfohooke.cc 2017/04/07 09:20:55 20 @@ -13,7 +13,7 @@ handle.logMessage(LOGMESSAGE, "Reading Hooke & Jeeves optimisation parameters"); int count = 0; - while (!infile.eof() && strcasecmp(text, "[simann]") && strcasecmp(text, "[hooke]") && strcasecmp(text, "[bfgs]")) { + while (!infile.eof() && strcasecmp(text,"[pso]") && strcasecmp(text, "[simann]") && strcasecmp(text, "[hooke]") && strcasecmp(text, "[bfgs]")) { infile >> ws; if (strcasecmp(text, "seed") == 0) { int seed = 0;