From d8a58696c9e78a69635982ea43b6662659bc436a Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Sat, 11 Apr 2015 21:13:21 -0500 Subject: [PATCH] one trailing space. --- examples/step-33/step-33.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5