]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation after the previous commit. 2422/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 28 Mar 2016 02:11:18 +0000 (21:11 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 28 Mar 2016 02:11:18 +0000 (21:11 -0500)
include/deal.II/grid/manifold.h

index a902725ebad0b80f79d76ec05ed14b587b361278..f2af762e5502ac0cfa389e7c82f6160c3794a9e3 100644 (file)
@@ -911,8 +911,8 @@ namespace Manifolds
   get_default_quadrature(const MeshIteratorType &iterator,
                          const bool              with_laplace)
   {
-    const int spacedim = OBJECT::AccessorType::space_dimension;
-    const int dim = OBJECT::AccessorType::structure_dimension;
+    const int spacedim = MeshIteratorType::AccessorType::space_dimension;
+    const int dim = MeshIteratorType::AccessorType::structure_dimension;
 
     std::vector<Point<spacedim> > sp;
     std::vector<double> wp;

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.