Commit 322bd639 authored by Robert T. McGibbon's avatar Robert T. McGibbon
Browse files

Update CustomHbondForce.h

parent 4bafde33
...@@ -369,8 +369,8 @@ public: ...@@ -369,8 +369,8 @@ public:
* Get the donor and acceptor in a pair whose interaction should be excluded. * Get the donor and acceptor in a pair whose interaction should be excluded.
* *
* @param index the index of the exclusion for which to get donor and acceptor indices * @param index the index of the exclusion for which to get donor and acceptor indices
* @param[out] particle1 the index of the donor * @param[out] donor the index of the donor
* @param[out] particle2 the index of the acceptor * @param[out] acceptor the index of the acceptor
*/ */
void getExclusionParticles(int index, int& donor, int& acceptor) const; void getExclusionParticles(int index, int& donor, int& acceptor) 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