"platforms/cpu/tests/CpuTests.h" did not exist on "012b28e6e9d3a3848789b7cb3ca055052528fb36"
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):
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.
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