]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fully qualify namespace to make clang happy
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 3 Apr 2014 05:49:08 +0000 (05:49 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 3 Apr 2014 05:49:08 +0000 (05:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@32709 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/tria.cc

index 770dc964bbb91d203ca84714dd8f1073434a5709..9c267cff7e804f2ef9352e5a58348f90d479424b 100644 (file)
@@ -3556,15 +3556,15 @@ namespace parallel
       switch (dim)
       {
       case 2:
-        p4est_iterate (reinterpret_cast<internal::p4est::types<2>::forest*>(this->parallel_forest),
-                       reinterpret_cast<internal::p4est::types<2>::ghost*>(this->parallel_ghost),
+        p4est_iterate (reinterpret_cast<dealii::internal::p4est::types<2>::forest*>(this->parallel_forest),
+                       reinterpret_cast<dealii::internal::p4est::types<2>::ghost*>(this->parallel_ghost),
                        static_cast<void *>(&fg),
                        NULL, find_ghosts_face<2,spacedim>, find_ghosts_corner<2,spacedim>);
         break;
 
       case 3:
-        p8est_iterate (reinterpret_cast<internal::p4est::types<3>::forest*>(this->parallel_forest),
-                       reinterpret_cast<internal::p4est::types<3>::ghost*>(this->parallel_ghost),
+        p8est_iterate (reinterpret_cast<dealii::internal::p4est::types<3>::forest*>(this->parallel_forest),
+                       reinterpret_cast<dealii::internal::p4est::types<3>::ghost*>(this->parallel_ghost),
                        static_cast<void *>(&fg),
                        NULL, find_ghosts_face<3,spacedim>, find_ghosts_edge<3,spacedim>, find_ghosts_corner<3,spacedim>);
         break;

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.