Unverified Commit 4479ffae authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Fixed minor error in documentation (#3559)

parent 76d5b600
...@@ -45,12 +45,12 @@ class OPENMM_EXPORT VirtualSite; ...@@ -45,12 +45,12 @@ class OPENMM_EXPORT VirtualSite;
* This class represents a molecular system. The definition of a System involves * This class represents a molecular system. The definition of a System involves
* four elements: * four elements:
* *
* <ol> * <ul>
* <li>The set of particles in the system</li> * <li>The set of particles in the system</li>
* <li>The forces acting on them</li> * <li>The forces acting on them</li>
* <li>Pairs of particles whose separation should be constrained to a fixed value</li> * <li>Pairs of particles whose separation should be constrained to a fixed value</li>
* <li>For periodic systems, the dimensions of the periodic box</li> * <li>For periodic systems, the dimensions of the periodic box</li>
* </ol> * </ul>
* *
* The particles and constraints are defined directly by the System object, while * The particles and constraints are defined directly by the System object, while
* forces are defined by objects that extend the Force class. After creating a * forces are defined by objects that extend the Force class. After creating a
......
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