From 635ed60b43a1a57a3b244d4f3255dc80d4a26f7b Mon Sep 17 00:00:00 2001
From: Sebastian Bittrich <bittrich@hs-mittweida.de>
Date: Mon, 25 Mar 2019 10:04:15 -0700
Subject: [PATCH] changes max hbond detection distance to 9 A

---
 .../structure/model/properties/utils/secondary-structure.ts     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mol-model/structure/model/properties/utils/secondary-structure.ts b/src/mol-model/structure/model/properties/utils/secondary-structure.ts
index afb3f4aed..2d6a1153c 100644
--- a/src/mol-model/structure/model/properties/utils/secondary-structure.ts
+++ b/src/mol-model/structure/model/properties/utils/secondary-structure.ts
@@ -214,7 +214,7 @@ namespace DSSPType {
 }
 
 /** max distance between two C-alpha atoms to check for hbond */
-const caMaxDist = 7.0;
+const caMaxDist = 9.0;
 
 /** min distance between two C-alpha atoms to check for hbond */
 const caMinDist = 0.5;
-- 
GitLab