]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix 1d incompatibility.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 22 Mar 2001 09:32:39 +0000 (09:32 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 22 Mar 2001 09:32:39 +0000 (09:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@4258 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 790adcc90edb29b08e3145809a440cbe3853bfa7..aa98b7840624e40b6915ee389dd7cbf80ec1bb66 100644 (file)
@@ -326,6 +326,20 @@ get_intermediate_points_on_quad (const typename Triangulation<dim>::quad_iterato
 
 
 
+#if deal_II_dimension == 1
+
+template <>
+void
+HalfHyperBallBoundary<1>::
+get_intermediate_points_on_quad (const typename Triangulation<1>::quad_iterator &,
+                                typename std::vector<Point<1> > &) const
+{
+  Assert (false, ExcInternalError());
+};
+
+#endif
+
+
 /* ---------------------------------------------------------------------- */
 
 

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.