"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "6bfe2d8b43a761cf4b29c041db82eafc37a199eb"
Commit df6e8e3b authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Changed double array to RealOpenMM array

parent 21c1b536
...@@ -406,7 +406,7 @@ void AmoebaReferenceMultipoleForce::checkChiral( MultipoleParticleData& particle ...@@ -406,7 +406,7 @@ void AmoebaReferenceMultipoleForce::checkChiral( MultipoleParticleData& particle
static const int BD = 1; static const int BD = 1;
static const int CD = 2; static const int CD = 2;
static const int C = 3; static const int C = 3;
double delta[4][3]; RealOpenMM delta[4][3];
// --------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------
......
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