]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Removed get_new_points from Boundary, since it inherits the one from FlatManifold
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Dec 2013 23:27:34 +0000 (23:27 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Dec 2013 23:27:34 +0000 (23:27 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31866 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria_boundary.h
deal.II/source/grid/tria_boundary.cc

index e2a58c8a8e02007cce74106779c2057e12e75ca1..85abb09c76d8a381e6e5c2b73c0a1b067d2b9af1 100644 (file)
@@ -115,10 +115,6 @@ public:
   Point<spacedim>
   get_new_point_on_line (const typename Triangulation<dim,spacedim>::line_iterator &line) const = 0;
 
-  virtual
-  Point<spacedim> 
-  get_new_point(const std::vector<Point<spacedim> > &, const std::vector<double> &) const;
-
   /**
    * Return the point which shall become the common point of the four children
    * of a quad at the boundary in three or more spatial dimensions. This
index f4efafdf5b1028755cda4e35453c61b85aab6382..56031cde91f73674618bbbecfce159c3f9cb7c70 100644 (file)
@@ -44,17 +44,6 @@ get_new_point_on_quad (const typename Triangulation<dim, spacedim>::quad_iterato
   return Point<spacedim>();
 }
 
-template <int dim, int spacedim>
-Point<spacedim>
-Boundary<dim, spacedim>::
-get_new_point (const std::vector<Point<spacedim> > &,
-              const std::vector<double> &) const
-{
-  Assert (false, ExcPureFunctionCalled());
-  return Point<spacedim>();
-}
-
-
 template <int dim, int spacedim>
 void
 Boundary<dim, spacedim>::

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.