computer: simplified a bunch of things

This commit is contained in:
nym21
2026-02-26 19:37:22 +01:00
parent 9e4fe62de2
commit cccaf6b206
252 changed files with 3788 additions and 7279 deletions

View File

@@ -27,7 +27,7 @@ impl Vecs {
self.rolling.compute(
starting_indexes.height,
&window_starts,
self.height.sum_cum.sum.inner(),
self.height.sum_cumulative.sum.inner(),
exit,
)?;