From: bangerth Date: Mon, 25 Aug 2008 13:01:10 +0000 (+0000) Subject: Adjust call to TrilinosWrappers::PreconditionAMG::initialize. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e2fb7b63e0e94d857449228c26ec188aeab1d1;p=dealii-svn.git Adjust call to TrilinosWrappers::PreconditionAMG::initialize. git-svn-id: https://svn.dealii.org/trunk@16662 0785d39b-7218-0410-832d-ea1e28bc413d --- 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