From: kronbichler Date: Mon, 1 Sep 2008 13:03:09 +0000 (+0000) Subject: Introduced an error in version 16701, which is now fixed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c629901a70ba617cb3c9c28b703ecfa50a6f4a6;p=dealii-svn.git Introduced an error in version 16701, which is now fixed. git-svn-id: https://svn.dealii.org/trunk@16703 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 c2ac126e02..170fe0a8d0 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -1191,7 +1191,7 @@ BoussinesqFlowProblem::build_stokes_preconditioner () std::vector null_space; std::vector velocity_components (dim+1,true); - velocity[dim] = false; + velocity_components[dim] = false; DoFTools::extract_constant_modes (stokes_dof_handler, velocity_components, null_space); Amg_preconditioner->initialize(stokes_preconditioner_matrix.block(0,0),