From: Anatoly Date: Wed, 21 Oct 2020 14:03:57 +0000 (+0300) Subject: - output debug X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=23d346e601773b7bc7016f653c734acd751857f4;p=alexxy%2Fgromacs-colorvec.git - output debug --- diff --git a/src/colorvec.cpp b/src/colorvec.cpp index 641547b..36eb126 100644 --- a/src/colorvec.cpp +++ b/src/colorvec.cpp @@ -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(); }