Commit 6ad2aff3 authored by Jason Swails's avatar Jason Swails
Browse files

Grammar fixes in the doxygen comments.

parent 78b80ccf
......@@ -49,7 +49,7 @@ public:
*
* @param temperature the temperature of the heat bath (in Kelvin)
* @param frictionCoeff the friction coefficient which couples the system to the heat bath, measured in 1/ps
* @param stepSize the step size with which to integrator the system (in picoseconds)
* @param stepSize the step size with which to integrate the system (in picoseconds)
*/
BrownianIntegrator(double temperature, double frictionCoeff, double stepSize);
/**
......
......@@ -49,7 +49,7 @@ public:
*
* @param temperature the temperature of the heat bath (in Kelvin)
* @param frictionCoeff the friction coefficient which couples the system to the heat bath (in inverse picoseconds)
* @param stepSize the step size with which to integrator the system (in picoseconds)
* @param stepSize the step size with which to integrate the system (in picoseconds)
*/
LangevinIntegrator(double temperature, double frictionCoeff, double stepSize);
/**
......
......@@ -47,7 +47,7 @@ public:
/**
* Create a VerletIntegrator.
*
* @param stepSize the step size with which to integrator the system (in picoseconds)
* @param stepSize the step size with which to integrate the system (in picoseconds)
*/
explicit VerletIntegrator(double stepSize);
/**
......
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