From 02402afacc4e0d947aae2625c4e2d6cc6b658f2d Mon Sep 17 00:00:00 2001
From: heister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 27 Feb 2013 04:47:34 +0000
Subject: [PATCH] fix warning

git-svn-id: https://svn.dealii.org/trunk@28601 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/examples/step-33/step-33.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc
index 77199f884b..b02b53ae67 100644
--- a/deal.II/examples/step-33/step-33.cc
+++ b/deal.II/examples/step-33/step-33.cc
@@ -1601,7 +1601,7 @@ namespace Step33
 
     // After all this assembling, notify the Trilinos matrix object that the
     // matrix is done:
-    system_matrix.compress();
+    system_matrix.compress(VectorOperation::add);
   }
 
 
-- 
2.39.5