From: David Wells Date: Fri, 19 Jun 2020 16:45:59 +0000 (-0400) Subject: Remove DoFHandlerType from FEValues templates. X-Git-Tag: v9.3.0-rc1~1413^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10557%2Fhead;p=dealii.git Remove DoFHandlerType from FEValues templates. --- diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index 351f1b1c4d..3c23680332 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -38,8 +38,6 @@ #include #include -#include - #include #include #include @@ -3634,10 +3632,10 @@ public: * associated with this object. It is assumed that the finite element used * by the given cell is also the one used by this FEValues object. */ - template