"vscode:/vscode.git/clone" did not exist on "4510996e043438bcd8bd7e6c0b3d0f184830a436"
Commit 8bd44206 authored by peastman's avatar peastman
Browse files

Merge pull request #788 from swails/master

Grammar fixes in the doxygen comments.
parents 78b80ccf 6ad2aff3
...@@ -49,7 +49,7 @@ public: ...@@ -49,7 +49,7 @@ public:
* *
* @param temperature the temperature of the heat bath (in Kelvin) * @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 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); BrownianIntegrator(double temperature, double frictionCoeff, double stepSize);
/** /**
......
...@@ -49,7 +49,7 @@ public: ...@@ -49,7 +49,7 @@ public:
* *
* @param temperature the temperature of the heat bath (in Kelvin) * @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 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); LangevinIntegrator(double temperature, double frictionCoeff, double stepSize);
/** /**
......
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
/** /**
* Create a VerletIntegrator. * 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); 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