}
/* make skip if no config could be read or one skip is left after equilibration */
- if ( (! readAtLeastOneConfig) || (hypercache::getNEquiLeft() == 0) ) {
- cout << "SKIPPING" << endl;
+ if ( (! readAtLeastOneConfig) || (hypercache::getNEquiLeft() >= 0) ) {
for (int iskip=0; iskip<nskip; iskip++) {
_makeSweep();
}
hypercache::writeC();
}
-
- cout << hypercache::getNEquiLeft() << endl;
}