"platforms/cpu/vscode:/vscode.git/clone" did not exist on "2e8eef4208dc462bc02a44d9bae4a93a507240f5"
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