From: kronbichler Date: Wed, 16 Apr 2008 07:33:20 +0000 (+0000) Subject: Wrong index, added clean-up files to Makefile. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b56507920e6a49b15a6e334b6bfd513437dcf54;p=dealii-svn.git Wrong index, added clean-up files to Makefile. git-svn-id: https://svn.dealii.org/trunk@15998 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index a3873d0ad2..e6f980d212 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 033d8a4830..e4f3b1368c 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -664,7 +664,7 @@ void BoussinesqFlowProblem::assemble_system () Mp_preconditioner = boost::shared_ptr > (new SparseILU); - Mp_preconditioner->initialize (system_matrix.block(0,0), + Mp_preconditioner->initialize (system_matrix.block(1,1), SparseILU::AdditionalData()); std::cout << std::endl;