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
34afae6a
Commit
34afae6a
authored
Dec 08, 2015
by
Andy Simmonett
Browse files
Fixed a silly cut 'n' paste error and, hopefully, the SWIG generation problem.
parent
2d2f05ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
plugins/amoeba/openmmapi/include/openmm/AmoebaMultipoleForce.h
...ns/amoeba/openmmapi/include/openmm/AmoebaMultipoleForce.h
+4
-7
No files found.
plugins/amoeba/openmmapi/include/openmm/AmoebaMultipoleForce.h
View file @
34afae6a
...
@@ -305,8 +305,8 @@ public:
...
@@ -305,8 +305,8 @@ public:
void
setMutualInducedTargetEpsilon
(
double
inputMutualInducedTargetEpsilon
);
void
setMutualInducedTargetEpsilon
(
double
inputMutualInducedTargetEpsilon
);
/**
/**
* Set the coefficients for the mu_0, mu_1, mu_2, mu_n terms in the pertubation
* Set the coefficients for the mu_0, mu_1, mu_2,
...,
mu_n terms in the pertu
r
bation
* theory algorithm for induced dipoles
* theory algorithm for induced dipoles
.
*
*
* @param optCoefficients a vector whose mth entry specifies the coefficient for mu_m
* @param optCoefficients a vector whose mth entry specifies the coefficient for mu_m
*
*
...
@@ -314,11 +314,8 @@ public:
...
@@ -314,11 +314,8 @@ public:
void
setOPTCoefficients
(
const
std
::
vector
<
double
>
&
OPTFullCoefficientsIn
);
void
setOPTCoefficients
(
const
std
::
vector
<
double
>
&
OPTFullCoefficientsIn
);
/**
/**
* Set the coefficients for the mu_0, mu_1, mu_2, mu_n terms in the pertubation
* Get the coefficients for the mu_0, mu_1, mu_2, ..., mu_n terms in the perturbation
* theory algorithm for induced dipoles
* theory algorithm for induced dipoles.
*
* @param optCoefficients a vector whose mth entry specifies the coefficient for mu_m
*
*/
*/
const
std
::
vector
<
double
>&
getOPTCoefficients
()
const
;
const
std
::
vector
<
double
>&
getOPTCoefficients
()
const
;
...
...
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