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
92727186
Commit
92727186
authored
Mar 19, 2015
by
peastman
Browse files
Fixed an error in doxygen comments
parent
2762adf4
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
plugins/amoeba/openmmapi/include/openmm/AmoebaStretchBendForce.h
.../amoeba/openmmapi/include/openmm/AmoebaStretchBendForce.h
+1
-1
plugins/amoeba/openmmapi/include/openmm/AmoebaVdwForce.h
plugins/amoeba/openmmapi/include/openmm/AmoebaVdwForce.h
+1
-1
plugins/amoeba/openmmapi/include/openmm/AmoebaWcaDispersionForce.h
...moeba/openmmapi/include/openmm/AmoebaWcaDispersionForce.h
+1
-1
No files found.
plugins/amoeba/openmmapi/include/openmm/AmoebaStretchBendForce.h
View file @
92727186
...
@@ -112,7 +112,7 @@ public:
...
@@ -112,7 +112,7 @@ public:
/**
/**
* Update the per-stretch-bend term parameters in a Context to match those stored in this Force object. This method provides
* Update the per-stretch-bend term parameters in a Context to match those stored in this Force object. This method provides
* an efficient method to update certain parameters in an existing Context without needing to reinitialize it.
* an efficient method to update certain parameters in an existing Context without needing to reinitialize it.
* Simply call setStretchBendParameters() to modify this object's parameters, then call updateParametersIn
State
()
* Simply call setStretchBendParameters() to modify this object's parameters, then call updateParametersIn
Context
()
* to copy them over to the Context.
* to copy them over to the Context.
*
*
* The only information this method updates is the values of per-stretch-bend term parameters. The set of particles involved
* The only information this method updates is the values of per-stretch-bend term parameters. The set of particles involved
...
...
plugins/amoeba/openmmapi/include/openmm/AmoebaVdwForce.h
View file @
92727186
...
@@ -205,7 +205,7 @@ public:
...
@@ -205,7 +205,7 @@ public:
/**
/**
* Update the per-particle parameters in a Context to match those stored in this Force object. This method provides
* Update the per-particle parameters in a Context to match those stored in this Force object. This method provides
* an efficient method to update certain parameters in an existing Context without needing to reinitialize it.
* an efficient method to update certain parameters in an existing Context without needing to reinitialize it.
* Simply call setParticleParameters() to modify this object's parameters, then call updateParametersIn
State
()
* Simply call setParticleParameters() to modify this object's parameters, then call updateParametersIn
Context
()
* to copy them over to the Context.
* to copy them over to the Context.
*
*
* The only information this method updates is the values of per-particle parameters. All other aspects of the Force
* The only information this method updates is the values of per-particle parameters. All other aspects of the Force
...
...
plugins/amoeba/openmmapi/include/openmm/AmoebaWcaDispersionForce.h
View file @
92727186
...
@@ -92,7 +92,7 @@ public:
...
@@ -92,7 +92,7 @@ public:
/**
/**
* Update the per-particle parameters in a Context to match those stored in this Force object. This method provides
* Update the per-particle parameters in a Context to match those stored in this Force object. This method provides
* an efficient method to update certain parameters in an existing Context without needing to reinitialize it.
* an efficient method to update certain parameters in an existing Context without needing to reinitialize it.
* Simply call setParticleParameters() to modify this object's parameters, then call updateParametersIn
State
()
* Simply call setParticleParameters() to modify this object's parameters, then call updateParametersIn
Context
()
* to copy them over to the Context.
* to copy them over to the Context.
*
*
* The only information this method updates is the values of per-particle parameters. All other aspects of the Force
* The only information this method updates is the values of per-particle parameters. All other aspects of the Force
...
...
Prev
1
2
Next
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