Commit 587ba7f2 authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Modified comments to not generate documentation for LabFrame functions

parent 1daa9bbc
...@@ -316,7 +316,7 @@ public: ...@@ -316,7 +316,7 @@ public:
* This can be overridden by explicitly setting an alpha parameter and grid dimensions to use. * This can be overridden by explicitly setting an alpha parameter and grid dimensions to use.
*/ */
void setEwaldErrorTolerance(double tol); void setEwaldErrorTolerance(double tol);
/** /*
* Get the fixed dipole moments of all particles in the global reference frame. * Get the fixed dipole moments of all particles in the global reference frame.
* *
* @param context the Context for which to get the fixed dipoles * @param context the Context for which to get the fixed dipoles
......
...@@ -374,7 +374,7 @@ public: ...@@ -374,7 +374,7 @@ public:
* @param dipoles the induced dipole moment of particle i is stored into the i'th element * @param dipoles the induced dipole moment of particle i is stored into the i'th element
*/ */
void getInducedDipoles(ContextImpl& context, std::vector<Vec3>& dipoles); void getInducedDipoles(ContextImpl& context, std::vector<Vec3>& dipoles);
/** /*
* Get the fixed dipole moments of all particles in the global reference frame. * Get the fixed dipole moments of all particles in the global reference frame.
* *
* @param context the Context for which to get the fixed dipoles * @param context the Context for which to get the fixed dipoles
......
...@@ -519,7 +519,7 @@ public: ...@@ -519,7 +519,7 @@ public:
const std::vector< std::vector< std::vector<int> > >& multipoleAtomCovalentInfo, const std::vector< std::vector< std::vector<int> > >& multipoleAtomCovalentInfo,
std::vector<RealVec>& outputInducedDipoles); std::vector<RealVec>& outputInducedDipoles);
/** /*
* Calculate particle permanent dipoles rotated in the lab frame. * Calculate particle permanent dipoles rotated in the lab frame.
* *
* @param masses particle masses * @param masses particle masses
......
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