From 86e7d3acb1ea3517b69caf74130ebb40341a04c3 Mon Sep 17 00:00:00 2001 From: Cory Date: Tue, 26 Sep 2023 12:34:54 +0200 Subject: [PATCH] Fix some mistakes --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 930e82c..14dcc41 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,7 +5,7 @@ * The size of the matrix, and number of transformations * performed are written to file. * Eigenvector corresponding to the 3 smallest eigenvalues - * for matrices of size 6x6 and 100x100 are written to file. + * for matrices of size 10x10 and 100x100 are written to file. * * @author Cory Alexander Balaton (coryab) * @author Janita Ovidie Sandtrøen Willumsen (janitaws) @@ -52,7 +52,7 @@ void write_transformation_dense(int N) ofile.close(); } - + void write_transformation_tridiag(int N) { std::ofstream ofile;