From 6253ade73e671aa6803a743426d0af169a7feb37 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Sat, 11 Apr 2015 21:08:38 -0500 Subject: [PATCH] corrsponding document update. --- examples/step-33/step-33.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-33/step-33.cc b/examples/step-33/step-33.cc index 4a580a21d3..323c64b2d2 100644 --- a/examples/step-33/step-33.cc +++ b/examples/step-33/step-33.cc @@ -1606,8 +1606,8 @@ namespace Step33 } } - // After all this assembling, notify the Trilinos matrix object that the - // matrix is done: + // 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