Commit f36b8080 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

del the context after its call in addHydrogens

parent 8f9f824e
......@@ -769,6 +769,7 @@ class Modeller(object):
LocalEnergyMinimizer.minimize(context)
self.topology = newTopology
self.positions = context.getState(getPositions=True).getPositions()
del context
return actualVariants
def addExtraParticles(self, forcefield):
......
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