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

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