瀏覽代碼

changes max hbond detection distance to 9 A

Sebastian Bittrich 6 年之前
父節點
當前提交
635ed60b43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/mol-model/structure/model/properties/utils/secondary-structure.ts

+ 1 - 1
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;