]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove stray typename.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Feb 2014 16:44:02 +0000 (16:44 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Feb 2014 16:44:02 +0000 (16:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@32423 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_tools.inst.in

index 58e11454b75c7d8198c37a699f79d1480f79ea53..a85fc66fb5269201f0e40c0eb55400f3ae2d4eec 100644 (file)
@@ -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<deal_II_space_dimension>::active_cell_iterator
     find_active_cell_around_point (const parallel::distributed::Triangulation<deal_II_space_dimension> &,
                                   const Point<deal_II_space_dimension> &p);
 
-  
+
     std::pair<parallel::distributed::Triangulation<deal_II_space_dimension>::active_cell_iterator, Point<deal_II_space_dimension> >
     find_active_cell_around_point (const Mapping<deal_II_space_dimension> &,
                                   const parallel::distributed::Triangulation<deal_II_space_dimension> &,
@@ -266,10 +266,10 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
 
       template
 #ifndef _MSC_VER
-       std::map<  Container<deal_II_dimension-1,deal_II_space_dimension>::cell_iterator,
+      std::map<  Container<deal_II_dimension-1,deal_II_space_dimension>::cell_iterator,
                   Container<deal_II_dimension,deal_II_space_dimension>::face_iterator>
 #else
-  typename ExtractBoundaryMesh<Container,deal_II_dimension,deal_II_space_dimension>::return_type
+      ExtractBoundaryMesh<Container,deal_II_dimension,deal_II_space_dimension>::return_type
 #endif
       extract_boundary_mesh (const Container<deal_II_dimension, deal_II_space_dimension> &mesh,
                             Container<deal_II_dimension-1,deal_II_space_dimension>  &boundary_mesh,

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.