]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/sim.cpp
Fixed writeout option.
[phys/latlib.git] / o815 / sim.cpp
index fe30ec5edd3242f02d71cd4a761cc82bde08f2c4..ec1ca89bcbecf959148d5caffeaf47ec42dcf39a 100644 (file)
@@ -28,13 +28,10 @@ void o815::sim::nextConfig() {
   }
 
   /* 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;
 }