From: bangerth Date: Sat, 13 Dec 2008 17:18:07 +0000 (+0000) Subject: Guard more explicit specializations to avoid multiple definitions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55464fdc99f1fb96951db7911d0920f9799070ca;p=dealii-svn.git Guard more explicit specializations to avoid multiple definitions. git-svn-id: https://svn.dealii.org/trunk@17929 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index acab29d6af..2cbff4aa3e 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -1023,6 +1023,7 @@ MatrixCreator::create_boundary_mass_matrix (const Mapping &mappi } +#if deal_II_dimension == 2 template <> void @@ -1042,6 +1043,8 @@ create_boundary_mass_matrix_1<2,3> (boost::tuple &, Assert(false,ExcNotImplemented()); } +#endif + template void