From 12d7b51b01bde276971847c10ed87a2545fa9ce9 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Sun, 12 Apr 2015 22:00:53 -0500 Subject: [PATCH] remove the two no-op compress() --- examples/step-33/step-33.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/step-33/step-33.cc b/examples/step-33/step-33.cc index b14b9751f6..cf38767ffe 100644 --- a/examples/step-33/step-33.cc +++ b/examples/step-33/step-33.cc @@ -1605,11 +1605,6 @@ namespace Step33 } } } - - // After all this assembling, notify the Trilinos matrix and vector object - // that the linear system is done: - system_matrix.compress(VectorOperation::add); - right_hand_side.compress(VectorOperation::add); } -- 2.39.5