]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix compile issue with clang++-v3.1
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Oct 2012 13:22:55 +0000 (13:22 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Oct 2012 13:22:55 +0000 (13:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@27048 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/grid_refinement.cc

index c56f8007dc0c969a6e6d1da82734445642daef9d..84b5631266f20d7cbc1bc3a4bdba04334440e73d 100644 (file)
@@ -170,7 +170,7 @@ namespace
         }
     Assert (owned_index == tria.n_locally_owned_active_cells(),
             ExcInternalError());
-    Assert ((active_index == tria.dealii::Triangulation<dim,spacedim>::n_active_cells()),
+    Assert ((active_index == tria.Triangulation<dim,spacedim>::n_active_cells()),
             ExcInternalError());
   }
 

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.