fixed i -> i1 bug
authorAnatoly Titov <toluk@omrb.pnpi.spb.ru>
Tue, 16 May 2017 22:28:30 +0000 (01:28 +0300)
committerAnatoly Titov <toluk@omrb.pnpi.spb.ru>
Tue, 16 May 2017 22:28:30 +0000 (01:28 +0300)
src/spacetimecorr.cpp

index cf65838d4b36b673e2e5f29034aa193e7e521185..09433625fd6529fbe37361a18d4aafcc41b7b2e4 100644 (file)
@@ -540,7 +540,7 @@ Domains::finishAnalysis(int nframes)
             }
         }
         std::cout << i1 << " - " << i5 << "   ";
-        if (i % 10 == 0) {
+        if (i1 % 10 == 0) {
             std::cout << "\n" ;
         }
     }