From b3e2fb7b63e0e94d857449228c26ec188aeab1d1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 25 Aug 2008 13:01:10 +0000 Subject: [PATCH] Adjust call to TrilinosWrappers::PreconditionAMG::initialize. git-svn-id: https://svn.dealii.org/trunk@16662 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 5ced6fe730..326c601d95 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -1213,7 +1213,7 @@ BoussinesqFlowProblem::build_stokes_preconditioner () } Amg_preconditioner->initialize(stokes_preconditioner_matrix.block(0,0), - null_space, dim, true, true, false); + true, true, null_space, dim, false); // TODO: we could throw away the (0,0) // block here since things have been -- 2.39.5