From: bangerth Date: Thu, 6 Feb 2014 16:44:02 +0000 (+0000) Subject: Remove stray typename. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d345416597a9a6439c5fe13689e9b7bdae67ea47;p=dealii-svn.git Remove stray typename. git-svn-id: https://svn.dealii.org/trunk@32423 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_tools.inst.in b/deal.II/source/grid/grid_tools.inst.in index 58e11454b7..a85fc66fb5 100644 --- a/deal.II/source/grid/grid_tools.inst.in +++ b/deal.II/source/grid/grid_tools.inst.in @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2001 - 2013 by the deal.II authors +// Copyright (C) 2001 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -116,12 +116,12 @@ for (deal_II_dimension : DIMENSIONS ; deal_II_space_dimension : SPACE_DIMENSIONS for (deal_II_space_dimension : SPACE_DIMENSIONS) { - + parallel::distributed::Triangulation::active_cell_iterator find_active_cell_around_point (const parallel::distributed::Triangulation &, const Point &p); - + std::pair::active_cell_iterator, Point > find_active_cell_around_point (const Mapping &, const parallel::distributed::Triangulation &, @@ -266,10 +266,10 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS template #ifndef _MSC_VER - std::map< Container::cell_iterator, + std::map< Container::cell_iterator, Container::face_iterator> #else - typename ExtractBoundaryMesh::return_type + ExtractBoundaryMesh::return_type #endif extract_boundary_mesh (const Container &mesh, Container &boundary_mesh,