Skip to content
Snippets Groups Projects
Commit 635ed60b authored by Sebastian Bittrich's avatar Sebastian Bittrich
Browse files

changes max hbond detection distance to 9 A

parent 51f08be8
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,7 @@ namespace DSSPType { ...@@ -214,7 +214,7 @@ namespace DSSPType {
} }
/** max distance between two C-alpha atoms to check for hbond */ /** 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 */ /** min distance between two C-alpha atoms to check for hbond */
const caMinDist = 0.5; const caMinDist = 0.5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment