From: bangerth Date: Sat, 20 Aug 2011 23:12:39 +0000 (+0000) Subject: Make Clang's life simpler by being explicit about template arguments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9292d37508828d26a8a529e16c660d68e15f04c5;p=dealii-svn.git Make Clang's life simpler by being explicit about template arguments. git-svn-id: https://svn.dealii.org/trunk@24122 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe_nedelec.cc b/deal.II/source/fe/fe_nedelec.cc index 3923812aa0..80a7f3d498 100644 --- a/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/source/fe/fe_nedelec.cc @@ -2519,7 +2519,7 @@ const template <> void FE_Nedelec<1>::get_subface_interpolation_matrix( - const FiniteElement<1>&, + const FiniteElement<1,1>&, const unsigned int, FullMatrix&) const {