From: Горелов Сергей Васильевич Date: Mon, 3 Oct 2022 10:53:29 +0000 (+0300) Subject: Добавил пропущенный пробел X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=ec237c9f316e9def0b784370401a45ad7ae33469;p=alexxy%2Fgromacs-dssp.git Добавил пропущенный пробел --- diff --git a/src/dssptools.cpp b/src/dssptools.cpp index 3520c6a..c245061 100644 --- a/src/dssptools.cpp +++ b/src/dssptools.cpp @@ -397,7 +397,7 @@ void secondaryStructures::analyzeTurnsAndHelicesPatterns(){ std::size_t stride {static_cast(i) + 3}; for(std::size_t j {0}; j + stride < SecondaryStructuresStatusMap.size(); ++j){ if ( hasHBondBetween(j + stride, j) && NoChainBreaksBetween(j, j + stride) ){ - std::cout << "Resi " << j << " is Helix_" << stride << "start" << std::endl; + std::cout << "Resi " << j << " is Helix_" << stride << " start" << std::endl; SecondaryStructuresStatusMap[j + stride].setStatus(HelixPositions::End, i); for (std::size_t k {1}; k < stride; ++k){