]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Return something, even if the function is bogus, to avoid the warning.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Feb 2003 21:25:13 +0000 (21:25 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Feb 2003 21:25:13 +0000 (21:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@7248 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 700a0f048f1ff6ed6df648c305e7db52189b5732..8ad5f262bf432d2d4628aaac1e69387e483de5ec 100644 (file)
@@ -281,6 +281,7 @@ FE_Nedelec<1>::shape_value_component (const unsigned int ,
                                     const unsigned int ) const
 {
   Assert (false, ExcNotImplemented());
+  return 0.;
 }
 
 #endif
@@ -428,6 +429,7 @@ FE_Nedelec<1>::shape_grad_component (const unsigned int ,
                                     const unsigned int ) const
 {
   Assert (false, ExcNotImplemented());
+  return 0.;
 }
 
 #endif
@@ -569,6 +571,7 @@ FE_Nedelec<1>::shape_grad_grad_component (const unsigned int ,
                                          const unsigned int ) const
 {
   Assert (false, ExcNotImplemented());
+  return 0.;
 }
 
 #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.