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

index 612eb41abfa999b26af3d75bcb63a4692239ed31..c579a657cf5ec9e945715a13e264d77dc3f6d9df 100644 (file)
@@ -204,6 +204,7 @@ bool isNearPeptide(const t_trxframe &fr, const t_pbc *pbc, const std::vector< gm
         while (pairSearch.findNextPair(&pair)) {
             std::cout << " " << ++count1 << std::endl;
             for (const auto &j : inputIndex) {
+                std::cout << " " << j;
                 if (pair.refIndex() == j) {
                     return true;
                 }