Commit dfccef55 by Peter Eastman

Bug fix

parent 2abbcf49
......@@ -136,6 +136,7 @@ def displayMissingAtomsPage():
allResidues = list(set(fixer.missingAtoms.iterkeys()).union(fixer.missingTerminals.iterkeys()))
allResidues.sort(key=lambda x: x.index)
if len(allResidues) == 0:
fixer.addMissingAtoms()
displayAddHydrogensPage()
return
indexInChain = {}
......
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