]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove two fields that are apparently not necessary any more.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Jun 2011 05:10:12 +0000 (05:10 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Jun 2011 05:10:12 +0000 (05:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@23801 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria.h

index 9bc5ff329f9875c2c06c2878d0a1d2be90d40e91..e046553bf5e5e9c9591d86552c891bf2c3039b28 100644 (file)
@@ -1441,16 +1441,6 @@ class Triangulation : public Subscriptor
                                      */
     static const StraightBoundary<dim,spacedim> 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<spacedim,spacedim> straight_manifold_description;
                                     /**
                                      * Declare some symbolic names
                                      * for mesh smoothing
@@ -3713,17 +3703,6 @@ class Triangulation : public Subscriptor
                                      */
     SmartPointer<const Boundary<dim,spacedim>,Triangulation<dim,spacedim> > 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<const Boundary<spacedim,spacedim>,Triangulation<dim,spacedim> > manifold_description[255];
-
                                     /**
                                      * Flag indicating whether
                                      * anisotropic refinement took

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.