diff options
author | tomsmeding <tom.smeding@gmail.com> | 2019-04-19 23:42:45 +0200 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2019-04-19 23:42:45 +0200 |
commit | 2852ee3c30e55efda7985387a2e89523bf900266 (patch) | |
tree | 49d086b7c664a1c6a04027906f559e746234917d /aberth | |
parent | 76e91597879672744ac07515f173efb5b3dcfc08 (diff) |
Fix indentation, rip
Diffstat (limited to 'aberth')
-rw-r--r-- | aberth/aberth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aberth/aberth.cpp b/aberth/aberth.cpp index d002ba4..e3c1fe8 100644 --- a/aberth/aberth.cpp +++ b/aberth/aberth.cpp @@ -136,7 +136,7 @@ struct AberthState { } } - // Lagrange-style step where the new elements are computed in parallel from the previous values + // Lagrange-style step where the new elements are computed in parallel from the previous values bool step() { array<Com, N * N> pairs; for (int i = 0; i < N - 1; i++) { |