Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFP committed Apr 30, 2024
1 parent 60b7f24 commit 210343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wake_t/particles/particle_bunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def evolve(self, fields, t, dt, pusher='rk4'):

def copy(self) -> ParticleBunch:
"""Return a copy of the bunch.
To improve performance, this copy won't contain copies of auxiliary
arrays, only of the particle coordinates and properties.
"""
Expand Down

0 comments on commit 210343c

Please sign in to comment.