Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
e66c41cd
Commit
e66c41cd
authored
12 years ago
by
Valerio Mariani
Browse files
Options
Downloads
Patches
Plain Diff
New default values for tolerance parameters
parent
70a87abf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/alg/src/lddt.cc
+2
-2
2 additions, 2 deletions
modules/mol/alg/src/lddt.cc
with
2 additions
and
2 deletions
modules/mol/alg/src/lddt.cc
+
2
−
2
View file @
e66c41cd
...
...
@@ -109,8 +109,8 @@ int main (int argc, char **argv)
{
// sets some default values for parameters
String
version
=
"1.2"
;
Real
bond_tolerance
=
8
.0
;
Real
angle_tolerance
=
8
.0
;
Real
bond_tolerance
=
15
.0
;
Real
angle_tolerance
=
15
.0
;
Real
radius
=
15.0
;
int
sequence_separation
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment