Commit 39a871df authored by Jason Swails's avatar Jason Swails
Browse files

getAngleParameters always *returns* degrees...

parent 6281f23f
...@@ -140,7 +140,7 @@ public: ...@@ -140,7 +140,7 @@ public:
* @param particle1 the index of the first particle connected by the angle * @param particle1 the index of the first particle connected by the angle
* @param particle2 the index of the second particle connected by the angle * @param particle2 the index of the second particle connected by the angle
* @param particle3 the index of the third particle connected by the angle * @param particle3 the index of the third particle connected by the angle
* @param length the equilibrium angle, measured in degrees if >2*pi, otherwise interpreted as radians * @param length the equilibrium angle, measured in degrees
* @param quadratic k the quadratic force constant for the angle, measured in kJ/mol/radian^2 * @param quadratic k the quadratic force constant for the angle, measured in kJ/mol/radian^2
*/ */
void getAngleParameters(int index, int& particle1, int& particle2, int& particle3, double& length, double& quadraticK) const; void getAngleParameters(int index, int& particle1, int& particle2, int& particle3, double& length, double& quadraticK) 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