Commit 34afae6a authored by Andy Simmonett's avatar Andy Simmonett
Browse files

Fixed a silly cut 'n' paste error and, hopefully, the SWIG generation problem.

parent 2d2f05ce
......@@ -305,8 +305,8 @@ public:
void setMutualInducedTargetEpsilon(double inputMutualInducedTargetEpsilon);
/**
* Set the coefficients for the mu_0, mu_1, mu_2, mu_n terms in the pertubation
* theory algorithm for induced dipoles
* Set the coefficients for the mu_0, mu_1, mu_2, ..., mu_n terms in the perturbation
* theory algorithm for induced dipoles.
*
* @param optCoefficients a vector whose mth entry specifies the coefficient for mu_m
*
......@@ -314,11 +314,8 @@ public:
void setOPTCoefficients(const std::vector<double> &OPTFullCoefficientsIn);
/**
* Set the coefficients for the mu_0, mu_1, mu_2, mu_n terms in the pertubation
* theory algorithm for induced dipoles
*
* @param optCoefficients a vector whose mth entry specifies the coefficient for mu_m
*
* Get the coefficients for the mu_0, mu_1, mu_2, ..., mu_n terms in the perturbation
* theory algorithm for induced dipoles.
*/
const std::vector<double>& getOPTCoefficients() const;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment