Commit cbee7517 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed an incorrect doxygen comment

parent e038e577
...@@ -48,7 +48,7 @@ public: ...@@ -48,7 +48,7 @@ public:
* Create a LangevinIntegrator. * Create a LangevinIntegrator.
* *
* @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 units of collisions per picosecond * @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 integrator the system (in picoseconds)
*/ */
LangevinIntegrator(double temperature, double frictionCoeff, double stepSize); LangevinIntegrator(double temperature, double frictionCoeff, 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