Skip to content
Snippets Groups Projects
Commit 1de09241 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Comments

parent 27efa025
Branches
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ int main(int argc, char *argv[]) {
LoopSolver<VectorType> solver(&nonlinearGSStep, solver_maxIterations,
solver_tolerance, &energyNorm,
Solver::QUIET); // Solver::QUIET);
Solver::QUIET);
solver.solve();
}
......@@ -286,7 +286,7 @@ int main(int argc, char *argv[]) {
LoopSolver<VectorType> solver(&blockGSStep, solver_maxIterations,
solver_tolerance, &energyNorm,
Solver::QUIET); // Solver::QUIET);
Solver::QUIET);
solver.solve();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment