From be0079e1b141487990da2309955519905bf5a5f5 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 20 Sep 2022 01:19:41 +0300 Subject: [PATCH] asdsadasd --- src/dssptools.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dssptools.cpp b/src/dssptools.cpp index 56e833e..6c63c4d 100644 --- a/src/dssptools.cpp +++ b/src/dssptools.cpp @@ -155,9 +155,14 @@ bool secondaryStructures::NoChainBreaksBetween(std::size_t Resi1, std::size_t Re flag = !(SecondaryStructuresStatusMap[i].isBreakPartnerWith(&SecondaryStructuresStatusMap[i + 1]) && SecondaryStructuresStatusMap[i + 1].isBreakPartnerWith(&SecondaryStructuresStatusMap[i])); } + if ( SecondaryStructuresStatusMap[i].isBreakPartnerWith(&SecondaryStructuresStatusMap[i + 1]) && SecondaryStructuresStatusMap[i + 1].isBreakPartnerWith(&SecondaryStructuresStatusMap[i]) ){ + std::cout << " SASSA " << std::endl; + } + if (!flag){ std::cout << "Patternsearch has detected a CHAINBREAK between " << Resi1 << " and " << Resi2 << std::endl; } + return flag; } -- 2.22.0