From 77c4fa97b8def5a9c855c46aebeac6da833b992a Mon Sep 17 00:00:00 2001 From: kai Date: Sun, 1 Jun 2025 13:36:17 +0200 Subject: [PATCH] idk --- lab10/jacobi/jacobi_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab10/jacobi/jacobi_main.cpp b/lab10/jacobi/jacobi_main.cpp index 11215f1..58b08fc 100644 --- a/lab10/jacobi/jacobi_main.cpp +++ b/lab10/jacobi/jacobi_main.cpp @@ -156,7 +156,7 @@ int main(int argc, char *argv[]) { // Result is saved to file. // Use this to graphically verify the correctness of the parallel // implementation. - // runSerial(n, eps, maxNumIter); + runSerial(n, eps, maxNumIter); runParallel(n, eps, maxNumIter);