Skip to content

Commit a212370

Browse files
committed
fix the bug in tolerance
1 parent eae8b57 commit a212370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyxtal/tolerance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self, *tuples, prototype="atomic", factor=1.0):
2828
attrindex = 6
2929
self.radius_type = "covalent"
3030
elif prototype == "molecular":
31-
attrindex = 7
31+
attrindex = 6
3232
self.radius_type = "covalent"
3333
f *= 1.2
3434
elif prototype == "metallic":

0 commit comments

Comments
 (0)