Skip to content

Commit

Permalink
fix double swap of coordinates of reference and structure
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Apr 13, 2022
1 parent 2bf5765 commit be38f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/shape
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ if args.labels:

if args.measure_custom:
reference = file_io.read_generic_structure_file(args.measure_custom, read_multiple=True)
[x.set_positions(args.central_atom - 1) for x in reference]
args.measure = 'custom'
elif args.measure == 'all':
reference = tools.get_structure_references(vertices)
Expand Down

0 comments on commit be38f47

Please sign in to comment.