Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
50aa7171
"platforms/cpu/vscode:/vscode.git/clone" did not exist on "2e8eef4208dc462bc02a44d9bae4a93a507240f5"
Commit
50aa7171
authored
Jan 11, 2013
by
Peter Eastman
Browse files
Adjusted a stochastic test case to make it fail less often
parent
77e0274d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/cuda/tests/TestCudaCustomIntegrator.cpp
platforms/cuda/tests/TestCudaCustomIntegrator.cpp
+1
-1
No files found.
platforms/cuda/tests/TestCudaCustomIntegrator.cpp
View file @
50aa7171
...
@@ -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
=
1
0.0
;
const
double
collisionFreq
=
2
0.0
;
const
int
numSteps
=
10000
;
const
int
numSteps
=
10000
;
System
system
;
System
system
;
CustomIntegrator
integrator
(
0.005
);
CustomIntegrator
integrator
(
0.005
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment