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: ...@@ -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 perturbation
* 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;
......
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