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

index 1db508476efcea2ff1d9bfe31a19b4acc1bb3e22..ea3451723a7f192cfcb815070318cfd4b96fc6e2 100644 (file)
@@ -209,7 +209,7 @@ bool isNearPeptide(const t_trxframe &fr, const t_pbc *pbc, const std::vector< gm
                 }
             }
         }
-        std::cout << i.first;
+        std::cout << " " << i.first;
     }
     return false;
 }