--- trunk/gadget/optinfosimann.cc 2015/07/23 19:00:38 11 +++ trunk/gadget/optinfosimann.cc 2015/07/24 18:36:24 12 @@ -26,13 +26,13 @@ s1 = s; handle.logMessage(LOGMESSAGE, "Initialising random number generator with", s); srand(s1); -//fixme doc + // seed for the metropolis acceptance of SA } if (strcasecmp(text, "seedM") == 0) { int s = 0; infile >> s >> ws; s2 = s; handle.logMessage(LOGMESSAGE, "Initialising random number generator with", s); - + // seed for the order if the parameters of SA } if (strcasecmp(text, "seedP") == 0) { int s = 0; infile >> s >> ws;