From: Timo Heister Date: Sun, 26 Sep 2021 17:01:19 +0000 (-0400) Subject: fix format error X-Git-Tag: v9.4.0-rc1~954^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e7925e6d5e236a60242d051f89d1320e697833;p=dealii.git fix format error --- diff --git a/examples/step-49/doc/intro.dox b/examples/step-49/doc/intro.dox index 6a174ad147..0212d4d016 100644 --- a/examples/step-49/doc/intro.dox +++ b/examples/step-49/doc/intro.dox @@ -166,7 +166,7 @@ Point(104) = {-2.8, -1.54, 0, 1.0}; // left point @endcode Then we use the Circle arc entity, which is found in the same category as -Point<\code> and Lines. The file reads "Circle" +Point and Lines. The file reads "Circle" but the difference to note is that this function uses three points to make an arc of a circle, namely the starting point, center, and ending point. Splitting the circle into four arcs like this allows for more freedom when declaring the