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
0cd624be
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "fd263401ec31262350f6bab6891c3924b3f8bd81"
Commit
0cd624be
authored
Jun 22, 2016
by
peastman
Browse files
Bug fix
parent
861387aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/simtk/openmm/app/forcefield.py
wrappers/python/simtk/openmm/app/forcefield.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/forcefield.py
View file @
0cd624be
...
...
@@ -2293,7 +2293,7 @@ class LennardJonesGenerator(object):
if
self
.
lj14scale
==
1
:
# Just exclude the 1-2 and 1-3 interactions.
self
.
force
.
createExclusionsFromBonds
(
bondIndices
,
3
)
self
.
force
.
createExclusionsFromBonds
(
bondIndices
,
2
)
else
:
forceCopy
=
deepcopy
(
self
.
force
)
forceCopy
.
createExclusionsFromBonds
(
bondIndices
,
2
)
...
...
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