]> https://gitweb.dealii.org/ - dealii.git/commitdiff
static variables of explicitely specialized classes need not be
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 12:35:26 +0000 (12:35 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 12:35:26 +0000 (12:35 +0000)
prefixed by "template<>"

git-svn-id: https://svn.dealii.org/trunk@4633 0785d39b-7218-0410-832d-ea1e28bc413d

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

index da8841bd85f04041f67ab1b2d77d136b8d661827..70a31063ced1cb587cf9f42ccdc8ce795e53df49 100644 (file)
@@ -25,16 +25,9 @@ using namespace std;
 
 
 // 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>

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.