From 721efe18385a2521b4f5d701b40e0b67c5269b2b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 23 Aug 2015 19:47:58 -0500 Subject: [PATCH] Restrict template arguments for FEValues::reinit(). --- include/deal.II/fe/fe_values.h | 12 ++++++------ source/fe/fe_values.cc | 18 +++++++++--------- 2 files changed, 15 insertions(+), 15 deletions(-) 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