- debug
authorAnatoly <Titov_AI@pnpi.nrcki.ru>
Wed, 21 Oct 2020 15:18:22 +0000 (18:18 +0300)
committerAnatoly <Titov_AI@pnpi.nrcki.ru>
Wed, 21 Oct 2020 15:18:22 +0000 (18:18 +0300)
src/colorvec.cpp

index 3d1da9fe9095000abd028ecc990d307e03bbc7be..76f550e60078753d45c24be9c4ef6f46a9e6b2e8 100644 (file)
@@ -174,7 +174,7 @@ inline void betaListsRVecsEvaluation(const std::vector< gmx::RVec > &frame, cons
     temp.resize(0);
     gmx::RVec tempA;
     for (const auto &i : inputBetaLists) {
-        std::cout << i.size() << " ";
+        std::cout << i.size() << std::endl;
         tempA = frame[inputCA[i[i.size() - 1]]] + frame[inputCA[i[i.size() - 2]]] - frame[inputCA[i[1]]] - frame[inputCA[i[0]]];
         tempA /= tempA.norm();
         temp.push_back(tempA);