- debug
authorAnatoly <Titov_AI@pnpi.nrcki.ru>
Wed, 21 Oct 2020 11:20:57 +0000 (14:20 +0300)
committerAnatoly <Titov_AI@pnpi.nrcki.ru>
Wed, 21 Oct 2020 11:20:57 +0000 (14:20 +0300)
src/colorvec.cpp

index 623f4d3e9b8032f15ec26b4fa7eee553bcd6f01c..dec7a4da4d3edb5ca8a105a4c0329c8d2661050c 100644 (file)
@@ -92,7 +92,7 @@ void parseBetaListDATLine(const std::string &currentLine, std::vector< std::vect
             ++equalCount;
         } else {
             long long temp = returnBetaEnd(currentLine, i);
-            std::cout << "|";
+            std::cout << "|" << std::endl;
             if (temp - i > 3) {
                 localInputBL.push_back(a);
                 for (size_t j = i; j <= temp; ++j) {