Commit 72cec7eb authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Debugging 9

parent 02848906
...@@ -1840,6 +1840,7 @@ void AmoebaReferenceMultipoleForce::calculateLabFramePermanentDipoles(const vect ...@@ -1840,6 +1840,7 @@ void AmoebaReferenceMultipoleForce::calculateLabFramePermanentDipoles(const vect
multipoleAtomCovalentInfo, particleData); multipoleAtomCovalentInfo, particleData);
cout << "This is a dipole test uniqueString number of particles" << _numParticles << endl; cout << "This is a dipole test uniqueString number of particles" << _numParticles << endl;
cout << "This is a dipole test uniqueString size of Particle Data" << particleData.size() << endl; cout << "This is a dipole test uniqueString size of Particle Data" << particleData.size() << endl;
outputRotatedPermanentDipoles.resize(_numParticles);
for (int i = 0; i < _numParticles; i++) for (int i = 0; i < _numParticles; i++)
{ {
cout << "This is a dipole test uniqueString dipole moment i = " << i << " in x beforeAssign = " << particleData[i].dipole[0] << endl; cout << "This is a dipole test uniqueString dipole moment i = " << i << " in x beforeAssign = " << particleData[i].dipole[0] << endl;
......
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