- fixed a bug with a wrong constant
[alexxy/gromacs-spacetimecorr.git] / src / spacetimecorr.cpp
index f465b98cf38e0349564fce2464dfd3b2da442e96..124e706cf976776a01a9c3ec79e744eb890a5918 100644 (file)
@@ -228,7 +228,7 @@ SpaceTimeCorr::analyzeFrame(int frnr, const t_trxframe &fr, t_pbc *pbc, Trajecto
         trajectoryFrame[i] = fr.x[index[i]];
     }
     corrs.update(frnr, trajectoryFrame);
-    //std::cout << "\n\t\t" << frnr;
+    std::cout << "\n\t\t" << frnr;
 }
 
 void