]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Ack...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Feb 2003 21:57:17 +0000 (21:57 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Feb 2003 21:57:17 +0000 (21:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@7249 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_nedelec.cc

index 8ad5f262bf432d2d4628aaac1e69387e483de5ec..7102b4b0a0715a86f69216dd8bad6cbf60cb5458 100644 (file)
@@ -429,7 +429,7 @@ FE_Nedelec<1>::shape_grad_component (const unsigned int ,
                                     const unsigned int ) const
 {
   Assert (false, ExcNotImplemented());
-  return 0.;
+  return Tensor<1,1>();
 }
 
 #endif
@@ -571,7 +571,7 @@ FE_Nedelec<1>::shape_grad_grad_component (const unsigned int ,
                                          const unsigned int ) const
 {
   Assert (false, ExcNotImplemented());
-  return 0.;
+  return Tensor<2,1>();
 }
 
 #endif

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.