Commit 05544a8a authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Fix improper removal of docstring in DrudeForce.h

parent 856aab50
...@@ -136,6 +136,7 @@ public: ...@@ -136,6 +136,7 @@ public:
/** /**
* Get the force field parameters for screened pair. * Get the force field parameters for screened pair.
* *
* @param index the index of the pair for which to get parameters
* @param[out] particle1 the index within this Force of the first particle involved in the interaction * @param[out] particle1 the index within this Force of the first particle involved in the interaction
* @param[out] particle2 the index within this Force of the second particle involved in the interaction * @param[out] particle2 the index within this Force of the second particle involved in the interaction
* @param[out] thole the Thole screening factor * @param[out] thole the Thole screening factor
......
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