]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make this thing compilable in 1d.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Dec 1999 19:36:44 +0000 (19:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Dec 1999 19:36:44 +0000 (19:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@2138 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 2aed965181f7489058713954abdc61a991a25250..e0abceb8b47a7636b7f77f4496c013f4153afb3a 100644 (file)
@@ -90,6 +90,20 @@ get_new_point_on_line (const typename Triangulation<dim>::line_iterator &line) c
 
 
 
+#if deal_II_dimension == 1
+
+template <>
+Point<1>
+HalfHyperBallBoundary<1>::
+get_new_point_on_quad (const typename Triangulation<1>::quad_iterator &) const 
+{
+  Assert (false, ExcInternalError());
+  return Point<1>();
+};
+
+#endif
+
+
 template <int dim>
 Point<dim>
 HalfHyperBallBoundary<dim>::

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.