From: Daniel Arndt Date: Sat, 11 May 2019 19:50:52 +0000 (-0400) Subject: Update examples/step-46/step-46.cc X-Git-Tag: v9.1.0-rc1~58^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd2f803c100aaad6a2c9b55346a6346ee7cea04;p=dealii.git Update examples/step-46/step-46.cc Co-Authored-By: David Wells --- diff --git a/examples/step-46/step-46.cc b/examples/step-46/step-46.cc index e5494ddad6..c72d39957e 100644 --- a/examples/step-46/step-46.cc +++ b/examples/step-46/step-46.cc @@ -150,7 +150,7 @@ namespace Step46 // @sect3{Boundary values and right hand side} - // The following class does as its names suggest. The boundary values for + // The following class does as its name suggests. The boundary values for // the velocity are $\mathbf u=(0, \sin(\pi x))^T$ in 2d and $\mathbf u=(0, // 0, \sin(\pi x)\sin(\pi y))^T$ in 3d, respectively. The remaining boundary // conditions for this problem are all homogeneous and have been discussed in