--- trunk/gadget/optinfosimann.cc 2015/07/24 18:36:24 12 +++ trunk/gadget/optinfosimann.cc 2017/04/07 09:20:55 20 @@ -18,7 +18,7 @@ unsigned s3 = 0; 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 s = 0;