From f41e6801e3e6f705eabcddbdf722e77ca96c5fe7 Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Tue, 7 Mar 2023 13:46:33 +0100 Subject: [PATCH] fixup! review updates: --- .../multigrid-preconditioned-solver-customized.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp b/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp index 1e402e825ba..6f75ca29630 100644 --- a/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp +++ b/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp @@ -136,7 +136,7 @@ int main(int argc, char* argv[]) .on(exec)); auto smoother_gen = gko::share( gko::solver::build_smoother(ic_gen, 2u, static_cast(0.9))); - // Use Pgm as the MultigridLevel factory (this is also the default). + // Use Pgm as the MultigridLevel factory. auto mg_level_gen = gko::share(pgm::build().with_deterministic(true).on(exec)); // Next we select a CG solver for the coarsest level. Again, since the input