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
587ba7f2
Commit
587ba7f2
authored
Jan 20, 2016
by
Saurabh Belsare
Browse files
Modified comments to not generate documentation for LabFrame functions
parent
1daa9bbc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
plugins/amoeba/openmmapi/include/openmm/AmoebaMultipoleForce.h
...ns/amoeba/openmmapi/include/openmm/AmoebaMultipoleForce.h
+1
-1
plugins/amoeba/platforms/reference/src/AmoebaReferenceKernels.h
...s/amoeba/platforms/reference/src/AmoebaReferenceKernels.h
+1
-1
plugins/amoeba/platforms/reference/src/SimTKReference/AmoebaReferenceMultipoleForce.h
...erence/src/SimTKReference/AmoebaReferenceMultipoleForce.h
+1
-1
No files found.
plugins/amoeba/openmmapi/include/openmm/AmoebaMultipoleForce.h
View file @
587ba7f2
...
@@ -316,7 +316,7 @@ public:
...
@@ -316,7 +316,7 @@ public:
* This can be overridden by explicitly setting an alpha parameter and grid dimensions to use.
* This can be overridden by explicitly setting an alpha parameter and grid dimensions to use.
*/
*/
void
setEwaldErrorTolerance
(
double
tol
);
void
setEwaldErrorTolerance
(
double
tol
);
/*
*
/*
* Get the fixed dipole moments of all particles in the global reference frame.
* Get the fixed dipole moments of all particles in the global reference frame.
*
*
* @param context the Context for which to get the fixed dipoles
* @param context the Context for which to get the fixed dipoles
...
...
plugins/amoeba/platforms/reference/src/AmoebaReferenceKernels.h
View file @
587ba7f2
...
@@ -374,7 +374,7 @@ public:
...
@@ -374,7 +374,7 @@ public:
* @param dipoles the induced dipole moment of particle i is stored into the i'th element
* @param dipoles the induced dipole moment of particle i is stored into the i'th element
*/
*/
void
getInducedDipoles
(
ContextImpl
&
context
,
std
::
vector
<
Vec3
>&
dipoles
);
void
getInducedDipoles
(
ContextImpl
&
context
,
std
::
vector
<
Vec3
>&
dipoles
);
/*
*
/*
* Get the fixed dipole moments of all particles in the global reference frame.
* Get the fixed dipole moments of all particles in the global reference frame.
*
*
* @param context the Context for which to get the fixed dipoles
* @param context the Context for which to get the fixed dipoles
...
...
plugins/amoeba/platforms/reference/src/SimTKReference/AmoebaReferenceMultipoleForce.h
View file @
587ba7f2
...
@@ -519,7 +519,7 @@ public:
...
@@ -519,7 +519,7 @@ public:
const
std
::
vector
<
std
::
vector
<
std
::
vector
<
int
>
>
>&
multipoleAtomCovalentInfo
,
const
std
::
vector
<
std
::
vector
<
std
::
vector
<
int
>
>
>&
multipoleAtomCovalentInfo
,
std
::
vector
<
RealVec
>&
outputInducedDipoles
);
std
::
vector
<
RealVec
>&
outputInducedDipoles
);
/*
*
/*
* Calculate particle permanent dipoles rotated in the lab frame.
* Calculate particle permanent dipoles rotated in the lab frame.
*
*
* @param masses particle masses
* @param masses particle masses
...
...
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