]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
avoid deprecated p4est enum
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2013 21:30:09 +0000 (21:30 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2013 21:30:09 +0000 (21:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@30661 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/tria.cc

index cae33217580d4af23cb5f2eea1fc0b11d3e5f876..ce4cbc6e975a34da9ccb9eea5cf90e6282a1a77c 100644 (file)
@@ -2518,10 +2518,10 @@ namespace parallel
                    (dim == 2
                     ?
                     typename dealii::internal::p4est::types<dim>::
-                    balance_type(P4EST_BALANCE_CORNER)
+                    balance_type(P4EST_CONNECT_CORNER)
                     :
                     typename dealii::internal::p4est::types<dim>::
-                    balance_type(P8EST_BALANCE_CORNER)));
+                    balance_type(P8EST_CONNECT_CORNER)));
 
       Assert (parallel_ghost, ExcInternalError());
 
@@ -2897,10 +2897,10 @@ namespace parallel
                (dim == 2
                 ?
                 typename dealii::internal::p4est::types<dim>::
-                balance_type(P4EST_BALANCE_FULL)
+                balance_type(P4EST_CONNECT_FULL)
                 :
                 typename dealii::internal::p4est::types<dim>::
-                balance_type(P8EST_BALANCE_FULL)),
+                balance_type(P8EST_CONNECT_FULL)),
                /*init_callback=*/NULL);
 
 

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.