Unverified Commit a2940162 authored by Mark J. Williamson's avatar Mark J. Williamson Committed by GitHub
Browse files

ThreeParticleAverageSite Doxygen fix #2473

parent 79a01ce9
...@@ -112,7 +112,7 @@ public: ...@@ -112,7 +112,7 @@ public:
* @param particle3 the index of the third particle * @param particle3 the index of the third particle
* @param weight1 the weight factor (between 0 and 1) for the first particle * @param weight1 the weight factor (between 0 and 1) for the first particle
* @param weight2 the weight factor (between 0 and 1) for the second particle * @param weight2 the weight factor (between 0 and 1) for the second particle
* @param weight2 the weight factor (between 0 and 1) for the third particle * @param weight3 the weight factor (between 0 and 1) for the third particle
*/ */
ThreeParticleAverageSite(int particle1, int particle2, int particle3, double weight1, double weight2, double weight3); ThreeParticleAverageSite(int particle1, int particle2, int particle3, double weight1, double weight2, double weight3);
/** /**
......
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