From: David Wells Date: Thu, 16 Jul 2015 13:45:00 +0000 (-0400) Subject: Remove commented-out function stubs. X-Git-Tag: v8.4.0-rc2~670^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80daf7736f4a82a26b10b83d46a88308b14cf7b7;p=dealii.git Remove commented-out function stubs. These functions have since been implemented. --- 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