Unverified Commit 97b972e9 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #2475 from mjw99/ThreeParticleAverageSite_Doxygen_fix

ThreeParticleAverageSite Doxygen fix #2473
parents 79a01ce9 a2940162
...@@ -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