From: Martin Kronbichler Date: Wed, 1 Sep 2021 07:56:30 +0000 (+0200) Subject: step-26: Remove stray newline in formula X-Git-Tag: v9.4.0-rc1~1012^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52725723c64f997848c5284cd9ebdfe4cff6aef8;p=dealii.git step-26: Remove stray newline in formula --- diff --git a/examples/step-26/doc/intro.dox b/examples/step-26/doc/intro.dox index b4db15be54..84f6b5ce16 100644 --- a/examples/step-26/doc/intro.dox +++ b/examples/step-26/doc/intro.dox @@ -16,7 +16,7 @@ This program implements the heat equation \forall \mathbf x \in \Omega, t\in (0,T), \\ u(\mathbf x, 0) &= u_0(\mathbf x) && - \forall \mathbf x \in \Omega, \\ + \forall \mathbf x \in \Omega, \\ u(\mathbf x, t) &= g(\mathbf x,t) && \forall \mathbf x \in \partial\Omega, t \in (0,T).