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

index 641547bede57826f46219b773a2e7febd13158d4..36eb1268fc591f13abd7ac7dcdd2434d01db25ed 100644 (file)
@@ -322,6 +322,7 @@ void anglesFileDump(const int frameNum, const std::string &output, const std::ve
                 file << std::setw(7) << std::setprecision(2) << colorFormation[i].betaAngles[j];
             }
         }
+        file << std::endl;
     }
     file.close();
 }