From: bangerth Date: Mon, 21 Sep 2009 12:20:54 +0000 (+0000) Subject: Add a second explicit specialization. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3c165b280828df288461600edd855e971c0e65;p=dealii-svn.git Add a second explicit specialization. git-svn-id: https://svn.dealii.org/trunk@19488 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_system.h b/deal.II/deal.II/include/fe/fe_system.h index a1de9d84ed..8339b49fef 100644 --- a/deal.II/deal.II/include/fe/fe_system.h +++ b/deal.II/deal.II/include/fe/fe_system.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1084,6 +1084,7 @@ class FESystem : public FiniteElement template <> void FESystem<1>::initialize_unit_face_support_points (); +template <> void FESystem<1,2>::initialize_unit_face_support_points (); DEAL_II_NAMESPACE_CLOSE