Unverified Commit b096cd7c authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Made a test case slightly more accurate (#3608)

parent a83178d4
......@@ -140,7 +140,7 @@ void testConstraints() {
void testConstrainedClusters() {
const int numParticles = 7;
System system;
NoseHooverIntegrator integrator(0.0005);
NoseHooverIntegrator integrator(0.0004);
integrator.setConstraintTolerance(1e-5);
NonbondedForce* forceField = new NonbondedForce();
for (int i = 0; i < numParticles; ++i) {
......
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