]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make things work in 1d as well.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Mar 2001 07:18:08 +0000 (07:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Mar 2001 07:18:08 +0000 (07:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@4283 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_boundary_lib.cc

index a16eff78a51cb173f75333c883ebbca7855b6c1c..7605ef0ce6a18e31347dbc6757907a9623791c2c 100644 (file)
@@ -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 <int dim>
 void

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.