Commit adc41497 authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Debugging 6

parent 0e492d96
...@@ -1843,6 +1843,9 @@ void AmoebaReferenceMultipoleForce::calculateLabFramePermanentDipoles(const vect ...@@ -1843,6 +1843,9 @@ void AmoebaReferenceMultipoleForce::calculateLabFramePermanentDipoles(const vect
for (int i = 0; i < _numParticles; i++) for (int i = 0; i < _numParticles; i++)
{ {
_labFramePermanentDipole[i] = particleData[i].dipole; _labFramePermanentDipole[i] = particleData[i].dipole;
cout << "This is a dipole test uniqueString dipole moment i = " << i << " in x = " << particleData[i].dipole[0] << endl;
cout << "This is a dipole test uniqueString dipole moment i = " << i << " in y = " << particleData[i].dipole[1] << endl;
cout << "This is a dipole test uniqueString dipole moment i = " << i << " in z = " << particleData[i].dipole[2] << endl;
} }
outputRotatedPermanentDipoles = _labFramePermanentDipole; outputRotatedPermanentDipoles = _labFramePermanentDipole;
} }
......
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