From 0e6768cf465a1b251411a967b2dfdbe00db6141b Mon Sep 17 00:00:00 2001 From: Anatoly Date: Wed, 21 Oct 2020 16:05:36 +0300 Subject: [PATCH] - debug --- src/colorvec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colorvec.cpp b/src/colorvec.cpp index bdc11f9..924cf9e 100644 --- a/src/colorvec.cpp +++ b/src/colorvec.cpp @@ -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) { -- 2.22.0