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
1d2c0a03
Commit
1d2c0a03
authored
Nov 08, 2011
by
Peter Eastman
Browse files
Merged a change that Mark checked into the pyopenmm repository after the app had already been moved
parent
ccc0ba85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wrappers/python/simtk/openmm/app/forcefield.py
wrappers/python/simtk/openmm/app/forcefield.py
+2
-1
No files found.
wrappers/python/simtk/openmm/app/forcefield.py
View file @
1d2c0a03
...
...
@@ -2733,7 +2733,8 @@ class AmoebaVdwGenerator:
if
(
'vdwCutoff'
in
args
):
force
.
setCutoff
(
float
(
args
[
'vdwCutoff'
]
)
)
else
:
force
.
setCutoff
(
nonbondedCutoff
)
if
(
nonbondedMethod
==
PME
):
force
.
setPBC
(
1
)
force
.
setUseNeighborList
(
1
)
...
...
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