Commit 3c819df2 authored by Rafal P. Wiewiora's avatar Rafal P. Wiewiora
Browse files

fix indent 2

parent cad50c89
...@@ -2778,8 +2778,8 @@ class CustomTorsionGenerator(object): ...@@ -2778,8 +2778,8 @@ class CustomTorsionGenerator(object):
(a1, a2) = (a2, a1) (a1, a2) = (a2, a1)
match = (a1, a2, torsion[0], torsion[t4[1]], tordef) match = (a1, a2, torsion[0], torsion[t4[1]], tordef)
else: else:
- # There are no wildcards, so the order is unambiguous. # There are no wildcards, so the order is unambiguous.
- match = (torsion[0], torsion[t2[1]], torsion[t3[1]], torsion[t4[1]], tordef) match = (torsion[0], torsion[t2[1]], torsion[t3[1]], torsion[t4[1]], tordef)
break break
elif tordef.ordering == 'amber': elif tordef.ordering == 'amber':
# topology atom indexes # topology atom indexes
......
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