From: Wolfgang Bangerth Date: Mon, 28 Mar 2016 02:11:18 +0000 (-0500) Subject: Fix compilation after the previous commit. X-Git-Tag: v8.5.0-rc1~1164^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=855d9cd68065ef2827c59dbfb6670eb02fba48c2;p=dealii.git Fix compilation after the previous commit. --- diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index a902725eba..f2af762e55 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -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 > sp; std::vector wp;