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 6e8a77b commit a7edced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wake_t/tracking/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def do_tracking(self) -> List[List[ParticleBunch]]:
set_num_threads(num_threads_outside_waket)

return self.bunch_list

def evolve_bunch(
self,
bunch: ParticleBunch,
Expand Down Expand Up @@ -317,4 +317,4 @@ def generate_diagnostics(self) -> None:
# If needed, write also the openPMD diagnostics.
if self.opmd_diags is not None:
self.opmd_diags.write_diagnostics(
self.t_tracking, self.dt_diags, self.bunches, self.fields)
self.t_tracking, self.dt_diags, self.bunches, self.fields)

0 comments on commit a7edced

Please sign in to comment.