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

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