From 15c3b8bf9861187c5f2398983c84a23792135d18 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 16 Sep 2008 14:08:15 +0000 Subject: [PATCH] Don't need to compress vectors when running in serial. git-svn-id: https://svn.dealii.org/trunk@16836 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.5