Commit dfccef55 by Peter Eastman

Bug fix

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