From: Luca Heltai Date: Mon, 27 Apr 2009 17:03:52 +0000 (+0000) Subject: Fixed bug in FESystem for 1d meshes in codim one X-Git-Tag: v8.0.0~7747 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b77e395c4824d7dac274b0e3769aafaf6a5335;p=dealii.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