From: Wolfgang Bangerth Date: Mon, 24 Aug 2015 00:47:58 +0000 (-0500) Subject: Restrict template arguments for FEValues::reinit(). X-Git-Tag: v8.4.0-rc2~556^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721efe18385a2521b4f5d701b40e0b67c5269b2b;p=dealii.git Restrict template arguments for FEValues::reinit(). --- diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index c73190e914..e8c1b5e607 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -2465,8 +2465,8 @@ 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 - void reinit (const TriaIterator > &cell); + template