"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "7ee7de16288c27cdfae0415b2a59db047a48ea55"
Commit 50aa7171 authored by Peter Eastman's avatar Peter Eastman
Browse files

Adjusted a stochastic test case to make it fail less often

parent 77e0274d
...@@ -240,7 +240,7 @@ void testVelocityConstraints() { ...@@ -240,7 +240,7 @@ void testVelocityConstraints() {
void testWithThermostat() { void testWithThermostat() {
const int numParticles = 8; const int numParticles = 8;
const double temp = 100.0; const double temp = 100.0;
const double collisionFreq = 10.0; const double collisionFreq = 20.0;
const int numSteps = 10000; const int numSteps = 10000;
System system; System system;
CustomIntegrator integrator(0.005); CustomIntegrator integrator(0.005);
......
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