Skip to content

Commit

Permalink
removed inconsistent message
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Jun 17, 2022
1 parent c7474ce commit 4e0949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosymlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def print_shape_structure(self, shape_reference, central_atom=0, fix_permutation
sym_labels[idl])
geometries.append(shape_results_structures[idl][idm])

print("\nOriginal structures vs reference polyhedra in file {}\n".format(output.name))
# print("\nOriginal structures vs reference polyhedra in file {}\n".format(output.name))
for geometry in geometries:
output.write(file_io.get_file_xyz_txt(geometry))

Expand Down

0 comments on commit 4e0949b

Please sign in to comment.