Merge pull request #2895 from akva2/janitoring

fix typo
This commit is contained in:
Markus Blatt
2020-11-03 15:22:04 +01:00
committed by GitHub

View File

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