]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Could not link: added bogus implementation of HalfHyperBallBoundary<dim>::get_tangent...
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2001 16:38:25 +0000 (16:38 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2001 16:38:25 +0000 (16:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@4280 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 447d2b4b96ff600d9f1f91fb387edab2e0f1300a..6ba44600e0a02f0b8095235b3f6fc3cf1a29970f 100644 (file)
@@ -452,6 +452,14 @@ get_intermediate_points_on_quad (const typename Triangulation<dim>::quad_iterato
 };
 
 
+template <int dim>
+void
+HalfHyperBallBoundary<dim>::
+get_tangents_at_vertices (const typename Triangulation<dim>::face_iterator &,
+                         typename Boundary<dim>::FaceVertexTangents &) const
+{
+  Assert(false, ExcNotImplemented());
+}
 
 #if deal_II_dimension == 1
 

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.