Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
cbee7517
Commit
cbee7517
authored
Jun 11, 2009
by
Peter Eastman
Browse files
Fixed an incorrect doxygen comment
parent
e038e577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openmmapi/include/openmm/LangevinIntegrator.h
openmmapi/include/openmm/LangevinIntegrator.h
+1
-1
No files found.
openmmapi/include/openmm/LangevinIntegrator.h
View file @
cbee7517
...
@@ -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
picosecond
s)
* @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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment