From 4121e0a3c4ee8c629dfe39aaa425f860e3ebce27 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 3 Nov 2020 13:48:01 +0100 Subject: [PATCH] fix typo --- opm/simulators/linalg/amgcpr.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/linalg/amgcpr.hh b/opm/simulators/linalg/amgcpr.hh index 301683cdb..ab5468e06 100644 --- a/opm/simulators/linalg/amgcpr.hh +++ b/opm/simulators/linalg/amgcpr.hh @@ -483,7 +483,7 @@ namespace Dune matrices_->coarsenSmoother(*smoothers_, smootherArgs_); setupCoarseSolver(); if (verbosity_>0 && matrices_->parallelInformation().finest()->communicator().rank()==0) { - std::cout << "Recalculating galerkin and coarse somothers "<< matrices_->maxlevels() << " levels " + std::cout << "Recalculating galerkin and coarse smoothers "<< matrices_->maxlevels() << " levels " << watch.elapsed() << " seconds." << std::endl; } }