From: Lei Qiao Date: Mon, 13 Apr 2015 03:00:53 +0000 (-0500) Subject: remove the two no-op compress() X-Git-Tag: v8.3.0-rc1~283^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d7b51b01bde276971847c10ed87a2545fa9ce9;p=dealii.git remove the two no-op compress() --- 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); }