From: Max Date: Mon, 19 Sep 2022 23:06:56 +0000 (+0300) Subject: asdsad X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=975913a37f5b4854153a5f931ca31134ce626e5b;p=alexxy%2Fgromacs-dssp.git asdsad --- diff --git a/src/dssptools.cpp b/src/dssptools.cpp index f3ff76a..329742c 100644 --- a/src/dssptools.cpp +++ b/src/dssptools.cpp @@ -255,9 +255,9 @@ void secondaryStructures::analyzeTurnsAndHelicesPatterns(){ std::cout << "Testing Helix_" << static_cast(i) + 3 << std::endl; std::size_t stride {static_cast(i) + 3}; for(std::size_t j {0}; j + stride < SecondaryStructuresStatusMap.size(); ++j){ -// std::cout << "Testing " << j << " and " << j + stride << std::endl; + std::cout << "Testing " << j << " and " << j + stride << std::endl; if ( hasHBondBetween(j, j + stride) && NoChainBreaksBetween(j, j + stride) ){ -// std::cout << j << " and " << j + stride << " has hbond!" << std::endl; + std::cout << j << " and " << j + stride << " has hbond!" << std::endl; SecondaryStructuresStatusMap[j + stride].setStatus(HelixPositions::End, i); for (std::size_t k {1}; k < stride; ++k){