From: Krishnakumar Gopalakrishnan Date: Sun, 12 Jan 2020 20:31:03 +0000 (+0000) Subject: Update examples/step-6/step-6.cc X-Git-Tag: v9.2.0-rc1~692^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe15c30317e17862084473a5ead6599604764c14;p=dealii.git Update examples/step-6/step-6.cc Co-Authored-By: David Wells --- diff --git a/examples/step-6/step-6.cc b/examples/step-6/step-6.cc index 788352a842..c5de6185c8 100644 --- a/examples/step-6/step-6.cc +++ b/examples/step-6/step-6.cc @@ -322,7 +322,7 @@ void Step6::assemble_system() // is a nonzero entry, chosen in a way that the matrix is well conditioned, // on the diagonal of the matrix and all other entries for this line are set // to zero) but the computed values are invalid (i.e., the corresponding - // entries in system_rhs is currently meaningless). We compute + // entries in system_rhs are currently meaningless). We compute // the correct values for these nodes at the end of the solve // function. }