mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 09:10:59 -06:00
fix typo
This commit is contained in:
parent
9fe6595a36
commit
4121e0a3c4
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user