]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a variable that isn't used and that, as noted by the triangulation
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Jun 2011 06:05:08 +0000 (06:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Jun 2011 06:05:08 +0000 (06:05 +0000)
serialization test, wasn't initialized.

git-svn-id: https://svn.dealii.org/trunk@23802 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria_objects.h

index 1bc0d188251c209e757e2181a2594419ba5f45b1..cf32cc43d1c6b900372549a197f5f8c5f087535a 100644 (file)
@@ -380,11 +380,6 @@ namespace internal
                                          * Counter for next_free_pair_* functions
                                          */
        unsigned int next_free_pair;
-
-                                        /**
-                                         * Bool flag for next_free_single_* functions
-                                         */
-       bool reverse_order_next_free_single;
        
                                         /**
                                          * The data type storing user
@@ -793,7 +788,7 @@ namespace internal
       ar & used;
       ar & user_flags;
       ar & material_id;
-      ar & next_free_single & next_free_pair & reverse_order_next_free_single;
+      ar & next_free_single & next_free_pair;
       ar & user_data & user_data_type;
     }
 

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.