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
b096cd7c
Unverified
Commit
b096cd7c
authored
May 18, 2022
by
Peter Eastman
Committed by
GitHub
May 18, 2022
Browse files
Made a test case slightly more accurate (#3608)
parent
a83178d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/TestNoseHooverIntegrator.h
tests/TestNoseHooverIntegrator.h
+1
-1
No files found.
tests/TestNoseHooverIntegrator.h
View file @
b096cd7c
...
...
@@ -140,7 +140,7 @@ void testConstraints() {
void
testConstrainedClusters
()
{
const
int
numParticles
=
7
;
System
system
;
NoseHooverIntegrator
integrator
(
0.000
5
);
NoseHooverIntegrator
integrator
(
0.000
4
);
integrator
.
setConstraintTolerance
(
1e-5
);
NonbondedForce
*
forceField
=
new
NonbondedForce
();
for
(
int
i
=
0
;
i
<
numParticles
;
++
i
)
{
...
...
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