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

index bdc11f9eaa938afeb2c52ffa10213af4233f3b4b..924cf9ed01b224218e36ddb3a017b207a3df31b3 100644 (file)
@@ -204,7 +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) {
-                if (j % 100 == 0) {
+                if (j % 500 == 0) {
                     std::cout << " " << j;
                 }
                 if (pair.refIndex() == j) {