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
f62a8560
"platforms/opencl/vscode:/vscode.git/clone" did not exist on "457d7bd2fe5734dde9c35a119efdc9823be9df58"
Commit
f62a8560
authored
Sep 11, 2019
by
Peter Eastman
Browse files
Added tolerance to a test case
parent
0885a51a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/TestVariableVerletIntegrator.h
tests/TestVariableVerletIntegrator.h
+1
-1
No files found.
tests/TestVariableVerletIntegrator.h
View file @
f62a8560
...
@@ -305,7 +305,7 @@ void testArgonBox() {
...
@@ -305,7 +305,7 @@ void testArgonBox() {
integrator
.
setMaximumStepSize
(
maxStep
);
integrator
.
setMaximumStepSize
(
maxStep
);
for
(
int
i
=
0
;
i
<
100
;
i
++
)
{
for
(
int
i
=
0
;
i
<
100
;
i
++
)
{
integrator
.
step
(
1
);
integrator
.
step
(
1
);
ASSERT
(
integrator
.
getStepSize
()
<=
maxStep
);
ASSERT
(
integrator
.
getStepSize
()
<=
maxStep
*
1.000001
);
}
}
}
}
...
...
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