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
static const int BD = 1;
static const int CD = 2;
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