From: heltai Date: Mon, 27 Apr 2009 17:03:52 +0000 (+0000) Subject: Fixed bug in FESystem for 1d meshes in codim one X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e8e68576382fdc6232259abc321315b0185401;p=dealii-svn.git Fixed bug in FESystem for 1d meshes in codim one git-svn-id: https://svn.dealii.org/trunk@18753 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_system.cc b/deal.II/deal.II/source/fe/fe_system.cc index d6915d0cee..8acc18e68d 100644 --- a/deal.II/deal.II/source/fe/fe_system.cc +++ b/deal.II/deal.II/source/fe/fe_system.cc @@ -1839,6 +1839,15 @@ initialize_unit_face_support_points () // no faces no work } + +template <> +void +FESystem<1,2>:: +initialize_unit_face_support_points () +{ + // no faces no work +} + #endif