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
8bd44206
Commit
8bd44206
authored
Jan 17, 2015
by
peastman
Browse files
Merge pull request #788 from swails/master
Grammar fixes in the doxygen comments.
parents
78b80ccf
6ad2aff3
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 @
8bd44206
...
@@ -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 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
);
BrownianIntegrator
(
double
temperature
,
double
frictionCoeff
,
double
stepSize
);
/**
/**
...
...
openmmapi/include/openmm/LangevinIntegrator.h
View file @
8bd44206
...
@@ -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 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
);
LangevinIntegrator
(
double
temperature
,
double
frictionCoeff
,
double
stepSize
);
/**
/**
...
...
openmmapi/include/openmm/VerletIntegrator.h
View file @
8bd44206
...
@@ -47,7 +47,7 @@ public:
...
@@ -47,7 +47,7 @@ public:
/**
/**
* Create a VerletIntegrator.
* 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
);
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