Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
007551a6
"platforms/cpu/tests/CpuTests.h" did not exist on "012b28e6e9d3a3848789b7cb3ca055052528fb36"
Commit
007551a6
authored
Jan 01, 2016
by
John Chodera (MSKCC)
Browse files
Fix bug in _getResidueTemplateMatches()
parent
f14330ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/simtk/openmm/app/forcefield.py
wrappers/python/simtk/openmm/app/forcefield.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/forcefield.py
View file @
007551a6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment