Skip to content
Snippets Groups Projects
Commit 1933bec6 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MaL] Remove output from destructor.

The time for the linear solver is written already in NonLinearSolver::solver().
parent 17413de0
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,6 @@ class PETScLinearSolver
~PETScLinearSolver()
{
INFO("Time elapsed in PETSc ksp solver for equation: %g s.\n",
_elapsed_ctime);
KSPDestroy(&_solver);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment