Commit 817a2265 authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Debugging 2

parent 23a49345
......@@ -1838,7 +1838,7 @@ void AmoebaReferenceMultipoleForce::calculateLabFramePermanentDipoles(const vect
setup(particlePositions, charges, dipoles, quadrupoles, tholes,
dampingFactors, polarity, axisTypes, multipoleAtomZs, multipoleAtomXs, multipoleAtomYs,
multipoleAtomCovalentInfo, particleData);
cout << "This is a dipole test uniqueString" << particleData[0].dipole[0] << endl;
cout << "This is a dipole test uniqueString" << size(particleData[0].dipole) << endl;
for (int i = 0; i < _numParticles; i++)
{
_labFramePermanentDipole[i] = particleData[i].dipole;
......
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