Commit 9f717609 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1675 from peastman/defaultarg

Minor change to avoid breaking PDBFixer
parents e0ee4f0e 32b55687
...@@ -1295,7 +1295,7 @@ def _createResidueSignature(elements): ...@@ -1295,7 +1295,7 @@ def _createResidueSignature(elements):
s += element.symbol+str(count) s += element.symbol+str(count)
return s return s
def _matchResidue(res, template, bondedToAtom, ignoreExternalBonds): def _matchResidue(res, template, bondedToAtom, ignoreExternalBonds=False):
"""Determine whether a residue matches a template and return a list of corresponding atoms. """Determine whether a residue matches a template and return a list of corresponding atoms.
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