3
0
mirror of https://github.com/NehZio/Crystal-MEC synced 2024-09-27 03:51:07 +02:00

remove print

This commit is contained in:
Léo Gaspard 2019-05-06 13:04:01 +02:00
parent d4a52a0297
commit e235125b39

View File

@ -838,7 +838,6 @@ def main():
os.system('avogadro tmp.xyz')
os.system('rm tmp.xyz')
print(len(coords))
main()