From fe15c30317e17862084473a5ead6599604764c14 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Sun, 12 Jan 2020 20:31:03 +0000 Subject: [PATCH] Update examples/step-6/step-6.cc Co-Authored-By: David Wells --- examples/step-6/step-6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. } -- 2.39.5