Skip to content

Commit

Permalink
Update particle_diagnostics.h to add ; typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes2419 authored Mar 5, 2024
1 parent 1884cfa commit 133fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/particle_diagnostics.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct particle_diagnostics {
gitr_precision bin_edge_dt;
int n_bins_time;
gitr_precision *particle_time_histogram;
bool angle_logarithmic
bool angle_logarithmic;
gitr_precision bin_edge_0_angle;
gitr_precision bin_edge_1_angle;
gitr_precision bin_edge_dtheta;
Expand Down

0 comments on commit 133fc64

Please sign in to comment.