"platforms/cuda/vscode:/vscode.git/clone" did not exist on "fd263401ec31262350f6bab6891c3924b3f8bd81"
Commit 0cd624be authored by peastman's avatar peastman
Browse files

Bug fix

parent 861387aa
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment