From 52725723c64f997848c5284cd9ebdfe4cff6aef8 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 1 Sep 2021 09:56:30 +0200 Subject: [PATCH] step-26: Remove stray newline in formula --- examples/step-26/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.39.5