From 7d7ef4d5fe6b71ea0add9f401695a3351f65b96c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Wichrowski?= Date: Wed, 29 Dec 2021 20:38:48 +0100 Subject: [PATCH] fix indentation. Sorry everyone for the mess --- include/deal.II/fe/fe_interface_values.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/fe_interface_values.h b/include/deal.II/fe/fe_interface_values.h index 17b1813c82..fe4e925793 100644 --- a/include/deal.II/fe/fe_interface_values.h +++ b/include/deal.II/fe/fe_interface_values.h @@ -871,8 +871,8 @@ namespace FEInterfaceViews //@{ /** - * Return the average vector $\average{\mathbf{u}}=\frac{1}{2}(\mathbf{u_1} + - * \mathbf{u_2})$ on the interface for the shape + * Return the average vector $\average{\mathbf{u}}=\frac{1}{2}(\mathbf{u_1} + * + \mathbf{u_2})$ on the interface for the shape * function @p interface_dof_index in the quadrature point @p q_point. */ value_type -- 2.39.5