]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix namespace scoping.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Feb 2003 16:11:14 +0000 (16:11 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Feb 2003 16:11:14 +0000 (16:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@7203 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_reordering.cc

index b87eea858eaeb8fdc55cc1d08fc313cb4533c2df..bbb6ff1eafac645858303c0a799d267bc04b789c 100644 (file)
@@ -32,13 +32,14 @@ namespace internal
   const unsigned int GridReorderingInfo<3>::rotational_states_of_faces;
 #endif
 
-  template <int dim>
-  const unsigned int GridReordering<dim>::Cell::invalid_neighbor;
-
-  template <int dim>
-  const unsigned int GridReordering<dim>::FaceData::invalid_adjacent_cell;
 }
 
+template <int dim>
+const unsigned int GridReordering<dim>::Cell::invalid_neighbor;
+
+template <int dim>
+const unsigned int GridReordering<dim>::FaceData::invalid_adjacent_cell;
+
 
 
 

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.