Commit 007551a6 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fix bug in _getResidueTemplateMatches()

parent f14330ba
...@@ -484,7 +484,7 @@ class ForceField(object): ...@@ -484,7 +484,7 @@ class ForceField(object):
raise ValueError('%s: No parameters defined for atom type %s' % (self.forceName, t)) raise ValueError('%s: No parameters defined for atom type %s' % (self.forceName, t))
def _getResidueTemplateMatches(res): def _getResidueTemplateMatches(self, res):
"""Return the residue template matches, or None if none are found. """Return the residue template matches, or None if none are found.
Parameters Parameters
......
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