Commit 6426a478 authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Added LabFramePermanentDipole function to the cuda kernels files, but it...

Added LabFramePermanentDipole function to the cuda kernels files, but it currently works as getSystemMultipoleMoments
parent 43d4cd97
...@@ -334,7 +334,7 @@ public: ...@@ -334,7 +334,7 @@ public:
* @param context the Context for which to get the induced dipoles * @param context the Context for which to get the induced dipoles
* @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 getLabFramePermanentDipoles(ContextImpl& context, std::vector<Vec3>& dipoles); void getLabFramePermanentDipoles(ContextImpl& context, std::vector<double>& outputMultipoleMoments);
/** /**
* Get the induced dipole moments of all particles. * Get the induced dipole moments of all particles.
* *
......
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