]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Define (not only declare) static variable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Oct 2000 14:09:47 +0000 (14:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Oct 2000 14:09:47 +0000 (14:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@3395 0785d39b-7218-0410-832d-ea1e28bc413d

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

index de8572152d792997214042484c7e58ea5d1b8dd5..633a4ac1b77e6ddc61c4d812795ddab3ac298d1f 100644 (file)
 
 
 
+// static variables
+template <>
+const unsigned int GridReorderingInfo<2>::rotational_states_of_cells;
+
+template <>
+const unsigned int GridReorderingInfo<2>::rotational_states_of_faces;
+
+template <>
+const unsigned int GridReorderingInfo<3>::rotational_states_of_cells;
+
+template <>
+const unsigned int GridReorderingInfo<3>::rotational_states_of_faces;
+
+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>
 GridReordering<dim>::Cell::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.