This commit is contained in:
kai
2025-06-01 13:36:17 +02:00
parent 6c1310a434
commit 77c4fa97b8

View File

@@ -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);