From: Lei Qiao Date: Sun, 12 Apr 2015 02:08:38 +0000 (-0500) Subject: corrsponding document update. X-Git-Tag: v8.3.0-rc1~292^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6253ade73e671aa6803a743426d0af169a7feb37;p=dealii.git corrsponding document update. --- 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); }