Skip to content

Commit

Permalink
fix typo in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrobcarter committed Sep 11, 2024
1 parent cfe179e commit ed98ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_xyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# set up the Countoscope
countoscope = Countoscope(
trajectory_file = 'trajectory2.xyz',
trajectory_file = 'trajectory.xyz',
box_size = np.array([0.5, 0.5]),
system_size = np.array([10, 10]),
symmetric_system = False,
Expand Down

0 comments on commit ed98ee2

Please sign in to comment.