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
6ad2aff3
Commit
6ad2aff3
authored
Jan 17, 2015
by
Jason Swails
Browse files
Grammar fixes in the doxygen comments.
parent
78b80ccf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
openmmapi/include/openmm/BrownianIntegrator.h
openmmapi/include/openmm/BrownianIntegrator.h
+1
-1
openmmapi/include/openmm/LangevinIntegrator.h
openmmapi/include/openmm/LangevinIntegrator.h
+1
-1
openmmapi/include/openmm/VerletIntegrator.h
openmmapi/include/openmm/VerletIntegrator.h
+1
-1
No files found.
openmmapi/include/openmm/BrownianIntegrator.h
View file @
6ad2aff3
...
...
@@ -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 integrat
or
the system (in picoseconds)
* @param stepSize the step size with which to integrat
e
the system (in picoseconds)
*/
BrownianIntegrator
(
double
temperature
,
double
frictionCoeff
,
double
stepSize
);
/**
...
...
openmmapi/include/openmm/LangevinIntegrator.h
View file @
6ad2aff3
...
...
@@ -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 integrat
or
the system (in picoseconds)
* @param stepSize the step size with which to integrat
e
the system (in picoseconds)
*/
LangevinIntegrator
(
double
temperature
,
double
frictionCoeff
,
double
stepSize
);
/**
...
...
openmmapi/include/openmm/VerletIntegrator.h
View file @
6ad2aff3
...
...
@@ -47,7 +47,7 @@ public:
/**
* Create a VerletIntegrator.
*
* @param stepSize the step size with which to integrat
or
the system (in picoseconds)
* @param stepSize the step size with which to integrat
e
the system (in picoseconds)
*/
explicit
VerletIntegrator
(
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