From: Jiaqi Zhang Date: Fri, 25 Sep 2020 23:20:16 +0000 (-0400) Subject: Update examples/step-74/doc/intro.dox X-Git-Tag: v9.3.0-rc1~687^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c73559d11cc2bdbcccd0f343e9fe6469bae085d;p=dealii.git Update examples/step-74/doc/intro.dox Co-authored-by: Wolfgang Bangerth --- diff --git a/examples/step-74/doc/intro.dox b/examples/step-74/doc/intro.dox index 901c8029b2..54a00110b4 100644 --- a/examples/step-74/doc/intro.dox +++ b/examples/step-74/doc/intro.dox @@ -116,4 +116,4 @@ Then the error estimate square per cell is \eta_{local}^2 =\eta_{c}^2+0.5\eta_{f}^2+\eta_{b}^2. @f] Note that we compute $\eta_{local}^2$ instead of $\eta_{local}$ to simplify the implementation. -The error estimate square per cell is store in a global vector, whose $L_1$ norm is equal to $\eta^2$. +The error estimate square per cell is stored in a global vector, whose $L_1$ norm is equal to $\eta^2$.