From 874e6251591c5f2fa01f3cd265aaf279c505e735 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 20 May 2020 15:59:57 -0400 Subject: [PATCH] [9.2] fix step-70 doxygen formula fix broken formula (no & allowed in multline) --- examples/step-70/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-70/doc/intro.dox b/examples/step-70/doc/intro.dox index 24a10dc67d..7cdbabadc9 100644 --- a/examples/step-70/doc/intro.dox +++ b/examples/step-70/doc/intro.dox @@ -288,7 +288,7 @@ the stabilization ones, can be neglected from the formulation, resulting in the following final form of the variational formulation: @f{multline*}{ -(\nabla \textbf{v}, \nabla \textbf{u})_{\Omega} - & (\textrm{div}\; \textbf{v}, p)_{\Omega} +(\nabla \textbf{v}, \nabla \textbf{u})_{\Omega} - (\textrm{div}\; \textbf{v}, p)_{\Omega} - (q, \textrm{div}\; \textbf{u})_{\Omega} + 2\beta (\textbf{v},\textbf{u})_{\Gamma} \\ = 2\beta (\textbf{v},\textbf{g})_{\Gamma}. @f} -- 2.39.5