Commit 1ef6e1d8 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed incorrect documentation in Integrator.

parent 1b705ba9
...@@ -69,13 +69,13 @@ public: ...@@ -69,13 +69,13 @@ public:
stepSize = size; stepSize = size;
} }
/** /**
* Get the distance tolerance within which constraints are maintained, measured in nm. * Get the distance tolerance within which constraints are maintained, as a fraction of the constrained distance.
*/ */
double getConstraintTolerance() const { double getConstraintTolerance() const {
return constraintTol; return constraintTol;
} }
/** /**
* Set the distance tolerance within which constraints are maintained, measured in nm. * Set the distance tolerance within which constraints are maintained, as a fraction of the constrained distance.
*/ */
void setConstraintTolerance(double tol) { void setConstraintTolerance(double tol) {
constraintTol = tol; constraintTol = tol;
......
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