From: Anatoly Date: Fri, 2 Oct 2020 12:30:41 +0000 (+0300) Subject: - debug X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=3316c17fa6951775e19f9a3b403a509b88ce201b;p=alexxy%2Fgromacs-spacetimecorr.git - debug --- diff --git a/src/corrtype.cpp b/src/corrtype.cpp index 426d306..9350951 100644 --- a/src/corrtype.cpp +++ b/src/corrtype.cpp @@ -36,6 +36,7 @@ void correlationType::setDefaults(const std::vector< RVec > &ref, int wnd, int t void correlationType::update(const int frameNum, const std::vector< RVec > &curFrame) { trajectory.push_back(curFrame); size_t temp = window + tau; + std::cout << "\t" << temp; if (trajectory.size() == temp + 1) { trajectory.erase(trajectory.begin()); }