From: bangerth Date: Fri, 10 Jun 2011 05:10:12 +0000 (+0000) Subject: Remove two fields that are apparently not necessary any more. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bab8ff77af53101818437bb1ff1c6308b4db0d9;p=dealii-svn.git Remove two fields that are apparently not necessary any more. git-svn-id: https://svn.dealii.org/trunk@23801 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/tria.h b/deal.II/include/deal.II/grid/tria.h index 9bc5ff329f..e046553bf5 100644 --- a/deal.II/include/deal.II/grid/tria.h +++ b/deal.II/include/deal.II/grid/tria.h @@ -1441,16 +1441,6 @@ class Triangulation : public Subscriptor */ static const StraightBoundary straight_boundary; - /** - * Default boundary object to be - * used in the codimension 1 - * case. This is used for those - * boundaries for which no - * boundary object has been - * explicitly set using - * set_boundary(). - */ - static const StraightBoundary straight_manifold_description; /** * Declare some symbolic names * for mesh smoothing @@ -3713,17 +3703,6 @@ class Triangulation : public Subscriptor */ SmartPointer,Triangulation > boundary[255]; - /** - * Collection of manifold - * objects. We only need 255 - * objects rather than 256, - * since the indicator 255 is - * reserved for interior faces - * and can thus never be - * associated with a boundary. - */ - SmartPointer,Triangulation > manifold_description[255]; - /** * Flag indicating whether * anisotropic refinement took