Skip to content

Commit 1d06950

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2737981 commit 1d06950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/particles/spacecharge/GatherAndPush.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace impactx::particles::spacecharge
4646
[[maybe_unused]] auto const [x_min, y_min, t_min, x_max, y_max, t_max] =
4747
pc.MinAndMaxPositions();
4848

49-
amrex::Real bin_min = t_min;
49+
amrex::Real bin_min = t_min;
5050
amrex::Real bin_max = t_max;
5151
amrex::Real const bin_size = (bin_max - bin_min) / (num_bins - 1);
5252

0 commit comments

Comments
 (0)