From b037fcaef7381e295d20471ded3b6d8c0f2b44ce Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 20 Sep 2002 15:33:18 +0000 Subject: [PATCH] Fix one small thing. git-svn-id: https://svn.dealii.org/trunk@6493 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_nedelec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_nedelec.h b/deal.II/deal.II/include/fe/fe_nedelec.h index 01cda3c7d6..53ab8d5aee 100644 --- a/deal.II/deal.II/include/fe/fe_nedelec.h +++ b/deal.II/deal.II/include/fe/fe_nedelec.h @@ -56,8 +56,8 @@ template class MappingQ; * coordinates can be expressed as inverse Jacobian times gradient in * unit coordinates. * - * The problem is the derivative of the inverse Jacobian. * This - * rank-3 tensor can actually be computed (and we did so in very early + * The problem is the derivative of the inverse Jacobian. This rank-3 + * tensor can actually be computed (and we did so in very early * versions of the library), but is a large task and very time * consuming, so we dropped it. Since it is not available, we simply * drop this first term. -- 2.39.5