From: Timo Heister Date: Fri, 22 Mar 2013 02:58:01 +0000 (+0000) Subject: fix warning X-Git-Tag: v8.0.0~923 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05e14b360581075ab45ddfcd6254da50157b6e4;p=dealii.git fix warning git-svn-id: https://svn.dealii.org/trunk@28980 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc index f90d693cab..34cfece843 100644 --- a/deal.II/examples/step-17/step-17.cc +++ b/deal.II/examples/step-17/step-17.cc @@ -508,7 +508,7 @@ namespace Step17 } // Now compress the vector and the system matrix: - system_matrix.compress(); + system_matrix.compress(VectorOperation::add); system_rhs.compress(VectorOperation::add); // The global matrix and right hand side vectors have now been