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
08021b4e
Commit
08021b4e
authored
Jan 11, 2012
by
Peter Eastman
Browse files
Fixed incorrect comments
parent
8819c217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openmmapi/include/openmm/CustomIntegrator.h
openmmapi/include/openmm/CustomIntegrator.h
+2
-2
No files found.
openmmapi/include/openmm/CustomIntegrator.h
View file @
08021b4e
...
@@ -117,7 +117,7 @@ namespace OpenMM {
...
@@ -117,7 +117,7 @@ namespace OpenMM {
* integrator:
* integrator:
*
*
* <tt><pre>
* <tt><pre>
* CustomIntegrator integrator;
* CustomIntegrator integrator
(0.001)
;
* integrator.addComputePerDof("v", "v+0.5*dt*f/m");
* integrator.addComputePerDof("v", "v+0.5*dt*f/m");
* integrator.addComputePerDof("x", "x+dt*v");
* integrator.addComputePerDof("x", "x+dt*v");
* integrator.addComputePerDof("v", "v+0.5*dt*f/m");
* integrator.addComputePerDof("v", "v+0.5*dt*f/m");
...
@@ -140,7 +140,7 @@ namespace OpenMM {
...
@@ -140,7 +140,7 @@ namespace OpenMM {
* both these problems:
* both these problems:
*
*
* <tt><pre>
* <tt><pre>
* CustomIntegrator integrator;
* CustomIntegrator integrator
(0.001)
;
* integrator.addComputePerDof("v", "v+0.5*dt*f/m");
* integrator.addComputePerDof("v", "v+0.5*dt*f/m");
* integrator.addComputePerDof("x", "x+dt*v");
* integrator.addComputePerDof("x", "x+dt*v");
* integrator.addConstrainPositions();
* integrator.addConstrainPositions();
...
...
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