From 3158b726495b93c73df3e49438ae3aa5d8b3439f Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 27 Sep 2022 01:31:26 +0300 Subject: [PATCH] sadasdasd --- src/dssptools.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dssptools.cpp b/src/dssptools.cpp index bb70a63..1581976 100644 --- a/src/dssptools.cpp +++ b/src/dssptools.cpp @@ -312,10 +312,10 @@ void secondaryStructures::analyzeBridgesAndStrandsPatterns(){ } } if (is_Estrand){ - for(;j >= 0; --j){ - SecondaryStructuresStatusMap[i + j].setStatus(secondaryStructureTypes::Strand); - std::cout << i + j << " is strand" << std::endl; - } +// for(;j >= 0; --j){ +// SecondaryStructuresStatusMap[i + j].setStatus(secondaryStructureTypes::Strand); +// std::cout << i + j << " is strand" << std::endl; +// } break; } } -- 2.22.0