Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
1ef6e1d8
"libraries/lepton/vscode:/vscode.git/clone" did not exist on "2f81944d5aaafa4ff3cbf109aab4342c3237f58a"
Commit
1ef6e1d8
authored
Jun 23, 2009
by
Peter Eastman
Browse files
Fixed incorrect documentation in Integrator.
parent
1b705ba9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openmmapi/include/openmm/Integrator.h
openmmapi/include/openmm/Integrator.h
+2
-2
No files found.
openmmapi/include/openmm/Integrator.h
View file @
1ef6e1d8
...
...
@@ -69,13 +69,13 @@ public:
stepSize
=
size
;
}
/**
* Get the distance tolerance within which constraints are maintained,
measured in nm
.
* Get the distance tolerance within which constraints are maintained,
as a fraction of the constrained distance
.
*/
double
getConstraintTolerance
()
const
{
return
constraintTol
;
}
/**
* Set the distance tolerance within which constraints are maintained,
measured in nm
.
* Set the distance tolerance within which constraints are maintained,
as a fraction of the constrained distance
.
*/
void
setConstraintTolerance
(
double
tol
)
{
constraintTol
=
tol
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment