From 20154e0bbb83f87006a3b6f4dbd9434c666522bc Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 Sep 2002 22:44:15 +0000 Subject: [PATCH] Fix a comment. git-svn-id: https://svn.dealii.org/trunk@6416 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_nedelec_3d.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/fe/fe_nedelec_3d.cc b/deal.II/deal.II/source/fe/fe_nedelec_3d.cc index c0a6894dc6..869c5d873c 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_3d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_3d.cc @@ -199,7 +199,7 @@ sizeof(FE_Nedelec<3>::Matrices::embedding[0]); // Here, the same applies as for the embedding matrices: since the DoF // values are not only multiplied by the values of the shape function // on the unit cell, but also by the transformation, we have to -// multiply the value on the large face by two to get the same value +// multiply the value on the large face by 1/2 to get the same value // back on the small face namespace FE_Nedelec_3d { -- 2.39.5