From: wolf Date: Mon, 26 Mar 2001 07:18:08 +0000 (+0000) Subject: Make things work in 1d as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd259494941635eb4896e3d5866b94bf12e65727;p=dealii-svn.git Make things work in 1d as well. git-svn-id: https://svn.dealii.org/trunk@4283 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria_boundary_lib.cc b/deal.II/deal.II/source/grid/tria_boundary_lib.cc index a16eff78a5..7605ef0ce6 100644 --- a/deal.II/deal.II/source/grid/tria_boundary_lib.cc +++ b/deal.II/deal.II/source/grid/tria_boundary_lib.cc @@ -467,6 +467,19 @@ get_intermediate_points_on_quad (const Triangulation<1>::quad_iterator &, #endif +#if deal_II_dimension == 1 + +template <> +void +HalfHyperBallBoundary<1>:: +get_tangents_at_vertices (const Triangulation<1>::face_iterator &, + Boundary<1>::FaceVertexTangents &) const +{ + Assert (false, Boundary<1>::ExcFunctionNotUseful(1)); +}; + +#endif + template void