From 080fcea94d56451685766cd058ad97996e0467fc Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 21 Oct 2010 15:46:12 +0000 Subject: [PATCH] close tag git-svn-id: https://svn.dealii.org/trunk@22422 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/integrators/l2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/integrators/l2.h b/deal.II/deal.II/include/integrators/l2.h index eb5e9f6ec6..37f32d258c 100644 --- a/deal.II/deal.II/include/integrators/l2.h +++ b/deal.II/deal.II/include/integrators/l2.h @@ -27,7 +27,7 @@ DEAL_II_NAMESPACE_OPEN namespace LocalIntegrators { /** - * @brief Local integrators related to L2-inner products. + * @brief Local integrators related to L2-inner products. * * @author Guido Kanschat * @date 2010 @@ -64,7 +64,7 @@ namespace LocalIntegrators } /** - * L2-inner product for scalar functions. + * L2-inner product for scalar functions. * * \f[ * (f,v) @@ -88,7 +88,7 @@ namespace LocalIntegrators } /** - * L2-inner product for a slice of a vector valued + * L2-inner product for a slice of a vector valued * right hand side. * * \f[ -- 2.39.5