From 7f6f28e289fb25c7ce48311c10e52ef0c653ef71 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Apr 2011 03:36:39 +0000 Subject: [PATCH] Fix formula markup. git-svn-id: https://svn.dealii.org/trunk@23583 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/integrators/maxwell.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/include/deal.II/integrators/maxwell.h b/deal.II/include/deal.II/integrators/maxwell.h index 240b1583b5..f97eb352e4 100644 --- a/deal.II/include/deal.II/integrators/maxwell.h +++ b/deal.II/include/deal.II/integrators/maxwell.h @@ -76,6 +76,7 @@ namespace LocalIntegrators * - (\partial_3^2+\partial_1^2) u_2 \\ * \partial_3\partial_1 u_1 + \partial_3\partial_2 u_2 * - (\partial_1^2+\partial_2^2) u_3 + * \end{pmatrix} * @f] * * @note The third tensor argument is not used in two dimensions and -- 2.39.5