"platforms/reference/include/ReferenceMonteCarloBarostat.h" did not exist on "475b8facb275e8f1db11a73e5b0ded1af13ffd7d"
Commit 56b8df1c authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Debugging 4

parent ee385aa8
......@@ -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.size() << endl;
cout << "This is a dipole test uniqueString" << particleData.size() << 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