Added more functions to History

This commit is contained in:
2022-06-13 11:27:49 +02:00
parent 4a13e4dcd2
commit 87a64acb83
5 changed files with 99 additions and 20 deletions

View File

@@ -36,5 +36,5 @@ fn main() {
P_DRAW,
);
let (step, i) = h2.convergence();
let (_step, _i) = h2.convergence();
}