]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove commented-out function stubs.
authorDavid Wells <drwells@vt.edu>
Thu, 16 Jul 2015 13:45:00 +0000 (09:45 -0400)
committerDavid Wells <drwells@vt.edu>
Wed, 5 Aug 2015 21:45:04 +0000 (17:45 -0400)
These functions have since been implemented.

source/fe/fe_tools.cc

index 2510e6216b1f294d9db22e98b16d647323abc000..ab562fbf5d7358dc48053e57abda5c649fdb03e4 100644 (file)
@@ -1099,33 +1099,6 @@ namespace FETools
   }
 
 
-  /*
-    template <>
-    void
-    compute_projection_matrices(const FiniteElement<1,2>&,
-                                std::vector<std::vector<FullMatrix<double> > >&, bool)
-    {
-      Assert(false, ExcNotImplemented());
-    }
-
-
-    template <>
-    void
-    compute_projection_matrices(const FiniteElement<1,3>&,
-                                std::vector<std::vector<FullMatrix<double> > >&, bool)
-    {
-      Assert(false, ExcNotImplemented());
-    }
-
-    template <>
-    void
-    compute_projection_matrices(const FiniteElement<2,3>&,
-                                std::vector<std::vector<FullMatrix<double> > >&, bool)
-    {
-      Assert(false, ExcNotImplemented());
-    }
-  */
-
 
   template <int dim, typename number, int spacedim>
   void

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.