Commit 3850a251 authored by Rafal P. Wiewiora's avatar Rafal P. Wiewiora
Browse files

fix wildcard

parent a999f33b
...@@ -1741,6 +1741,7 @@ def _matchImproper(data, torsion, generator): ...@@ -1741,6 +1741,7 @@ def _matchImproper(data, torsion, generator):
type2 = data.atomType[data.atoms[torsion[1]]] type2 = data.atomType[data.atoms[torsion[1]]]
type3 = data.atomType[data.atoms[torsion[2]]] type3 = data.atomType[data.atoms[torsion[2]]]
type4 = data.atomType[data.atoms[torsion[3]]] type4 = data.atomType[data.atoms[torsion[3]]]
wildcard = generator.ff._atomClasses['']
match = None match = None
for tordef in generator.improper: for tordef in generator.improper:
types1 = tordef.types1 types1 = tordef.types1
......
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