From: kronbichler Date: Tue, 16 Sep 2008 14:08:15 +0000 (+0000) Subject: Don't need to compress vectors when running in serial. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c3b8bf9861187c5f2398983c84a23792135d18;p=dealii-svn.git Don't need to compress vectors when running in serial. git-svn-id: https://svn.dealii.org/trunk@16836 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 4b10b0617f..818bf64b99 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -1455,8 +1455,6 @@ void BoussinesqFlowProblem::assemble_stokes_system () local_dof_indices, stokes_rhs); } - stokes_matrix.compress(); - stokes_rhs.compress(); rebuild_stokes_matrix = false;