From: Timo Heister Date: Tue, 19 May 2020 13:36:41 +0000 (-0400) Subject: fix PETSc step-70 compilation X-Git-Tag: v9.2.0~8^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4270cbf13d84d4c0865d5cd291cdee89068add5;p=dealii.git fix PETSc step-70 compilation candidate for 9.2 --- diff --git a/examples/step-70/step-70.cc b/examples/step-70/step-70.cc index 7ab7f5faff..107a815e70 100644 --- a/examples/step-70/step-70.cc +++ b/examples/step-70/step-70.cc @@ -1603,8 +1603,7 @@ namespace Step70 const auto P = block_diagonal_operator<2, LA::MPI::BlockVector>( std::array< - dealii::LinearOperator< - typename dealii::TrilinosWrappers::MPI::BlockVector::BlockType>, + dealii::LinearOperator, 2>{{amgA, amgS}}); SolverControl solver_control(system_matrix.m(),