Commit 0a1f4594 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed incorrect documentation

parent 613bd77b
...@@ -156,6 +156,7 @@ namespace OpenMM { ...@@ -156,6 +156,7 @@ namespace OpenMM {
* integrator.addUpdateContextState(); * integrator.addUpdateContextState();
* 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("x1", "x");
* integrator.addConstrainPositions(); * integrator.addConstrainPositions();
* integrator.addComputePerDof("v", "v+0.5*dt*f/m+(x-x1)/dt"); * integrator.addComputePerDof("v", "v+0.5*dt*f/m+(x-x1)/dt");
* integrator.addConstrainVelocities(); * integrator.addConstrainVelocities();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment