From 80daf7736f4a82a26b10b83d46a88308b14cf7b7 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 16 Jul 2015 09:45:00 -0400 Subject: [PATCH] Remove commented-out function stubs. These functions have since been implemented. --- source/fe/fe_tools.cc | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/source/fe/fe_tools.cc b/source/fe/fe_tools.cc index 2510e6216b..ab562fbf5d 100644 --- a/source/fe/fe_tools.cc +++ b/source/fe/fe_tools.cc @@ -1099,33 +1099,6 @@ namespace FETools } - /* - template <> - void - compute_projection_matrices(const FiniteElement<1,2>&, - std::vector > >&, bool) - { - Assert(false, ExcNotImplemented()); - } - - - template <> - void - compute_projection_matrices(const FiniteElement<1,3>&, - std::vector > >&, bool) - { - Assert(false, ExcNotImplemented()); - } - - template <> - void - compute_projection_matrices(const FiniteElement<2,3>&, - std::vector > >&, bool) - { - Assert(false, ExcNotImplemented()); - } - */ - template void -- 2.39.5