- cleared
authorAnatoly <Titov_AI@pnpi.nrcki.ru>
Fri, 2 Oct 2020 12:13:31 +0000 (15:13 +0300)
committerAnatoly <Titov_AI@pnpi.nrcki.ru>
Fri, 2 Oct 2020 12:13:31 +0000 (15:13 +0300)
src/corrtype.cpp

index 2779e7d8ce0e7e0357e7ba1b73bde5b5ada8135d..7977cf473290e2c03aa832a41d645c6008e37140 100644 (file)
@@ -34,7 +34,6 @@ void correlationType::setDefaults(const std::vector< RVec > &ref, int wnd, int t
 }
 
 void correlationType::update(const int frameNum, const std::vector< RVec > &curFrame) {
-    std::cout << "update start - ";
     trajectory.push_back(curFrame);
     size_t temp = window + tau;
     if (trajectory.size() == temp + 1) {
@@ -47,7 +46,6 @@ void correlationType::update(const int frameNum, const std::vector< RVec > &curF
             std::cout << "ola004" << std::endl;
         }
     }
-    std::cout << "update finish\n";
 }
 
 void correlationType::readEval() {
@@ -88,7 +86,6 @@ void correlationType::trajectoryPartition() {
         }
     }
     selections = selectionsTemp;
-    std::cout << "up to this point";
     for (auto &k : selections) {
         temp1.resize(0);
         temp1.resize(index.size(), true);