]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo in FE_Nedelec
authorbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Nov 2010 07:08:55 +0000 (07:08 +0000)
committerbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Nov 2010 07:08:55 +0000 (07:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@22606 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_nedelec.cc

index 0cacecaf3536e7d77d96aeb59f32838b41d54158..8fdbe96cc95363f40c59d66064c76aca350866a5 100644 (file)
@@ -2784,7 +2784,7 @@ FE_Nedelec<dim>::get_subface_interpolation_matrix(
                     
                     for (unsigned int i = 0; i <= deg; ++i)
                       {
-                        const unsigned L_i = weight
+                        const double L_i = weight
                                            * legendre_polynomials[i].value
                                              (quadrature_points[q_point] (0));
                         

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.