sadasdasd
authorMax <Infinity2573@gmail.com>
Mon, 26 Sep 2022 22:31:26 +0000 (01:31 +0300)
committerMax <Infinity2573@gmail.com>
Mon, 26 Sep 2022 22:31:26 +0000 (01:31 +0300)
src/dssptools.cpp

index bb70a6393c93214811bd2a95491d74e471087779..1581976e2735ee22cfed9d5d86c2755784ed311d 100644 (file)
@@ -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;
             }
         }