- debug
authorAnatoly <Titov_AI@pnpi.nrcki.ru>
Wed, 21 Oct 2020 13:01:08 +0000 (16:01 +0300)
committerAnatoly <Titov_AI@pnpi.nrcki.ru>
Wed, 21 Oct 2020 13:01:08 +0000 (16:01 +0300)
src/colorvec.cpp

index 9955c340fa5b209afd1c5da07175bb48236bf26d..e6f1007efa4d38b806b30b5a3d720329c0c74799 100644 (file)
@@ -212,7 +212,7 @@ bool isNearPeptide(const t_trxframe &fr, const t_pbc *pbc, const std::vector< gm
                 }
             }
         }
-        std::cout << " " << i.first;
+        std::cout << std::endl << i.first;
     }
     return false;
 }