".github/vscode:/vscode.git/clone" did not exist on "dac35adc193cf1d02b211af87b84ae8b40d23c7f"
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() { ...@@ -140,7 +140,7 @@ void testConstraints() {
void testConstrainedClusters() { void testConstrainedClusters() {
const int numParticles = 7; const int numParticles = 7;
System system; System system;
NoseHooverIntegrator integrator(0.0005); NoseHooverIntegrator integrator(0.0004);
integrator.setConstraintTolerance(1e-5); integrator.setConstraintTolerance(1e-5);
NonbondedForce* forceField = new NonbondedForce(); NonbondedForce* forceField = new NonbondedForce();
for (int i = 0; i < numParticles; ++i) { 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