From: Lei Qiao Date: Sun, 12 Apr 2015 02:13:21 +0000 (-0500) Subject: one trailing space. X-Git-Tag: v8.3.0-rc1~292^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a58696c9e78a69635982ea43b6662659bc436a;p=dealii.git one trailing space. --- diff --git a/examples/step-33/step-33.cc b/examples/step-33/step-33.cc index 323c64b2d2..c746de7a5e 100644 --- a/examples/step-33/step-33.cc +++ b/examples/step-33/step-33.cc @@ -1606,7 +1606,7 @@ namespace Step33 } } - // After all this assembling, notify the Trilinos matrix and vector object + // 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);