]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use mandated 'template <>' for specializations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Aug 2000 15:33:52 +0000 (15:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Aug 2000 15:33:52 +0000 (15:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@3240 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_handler.h
deal.II/deal.II/include/dofs/dof_levels.h
deal.II/deal.II/include/multigrid/mg_dof_handler.h

index f535381414bc797bf98a17857f316c7108e71136..76ef6c1ee80dd4f59f0414aa590abf6235521c2a 100644 (file)
@@ -53,6 +53,7 @@ class DoFDimensionInfo
  *
  * @author Wolfgang Bangerth, 1998
  */
+template <>
 class DoFDimensionInfo<1>
 {
   public:
@@ -86,6 +87,7 @@ class DoFDimensionInfo<1>
  *
  * @author Wolfgang Bangerth, 1998
  */
+template <>
 class DoFDimensionInfo<2>
 {
   public:
@@ -119,6 +121,7 @@ class DoFDimensionInfo<2>
  *
  * @author Wolfgang Bangerth, 1998
  */
+template <>
 class DoFDimensionInfo<3>
 {
   public:
index 40a3cf92de6d7eba8493f4981a352c1c28d42c73..a5c11806eab3df63c9b956d57bf62ce43c7d9c14 100644 (file)
@@ -81,6 +81,7 @@ class DoFLevel
  *
  * @author Wolfgang Bangerth, 1998
  */
+template <>
 class DoFLevel<1>
 {
   public:
@@ -100,6 +101,7 @@ class DoFLevel<1>
  *
  * @author Wolfgang Bangerth, 1998
  */
+template <>
 class DoFLevel<2> : public DoFLevel<1>
 {
   public:
@@ -119,6 +121,7 @@ class DoFLevel<2> : public DoFLevel<1>
  *
  * @author Wolfgang Bangerth, 1998
  */
+template <>
 class DoFLevel<3> : public DoFLevel<2>
 {
   public:
index 81deebfccd6a33e60537fcb0f13dd7fa0075881f..083e179de02f6ec55c344ad4fb1b8c697b5d9916 100644 (file)
@@ -40,6 +40,7 @@ class MGDoFDimensionInfo
  *
  * The types have the same meaning as those declared in @ref{TriaDimensionInfo<2>}.
  */
+template <>
 class MGDoFDimensionInfo<1>
 {
   public:
@@ -71,6 +72,7 @@ class MGDoFDimensionInfo<1>
  *
  * The types have the same meaning as those declared in @ref{TriaDimensionInfo<2>}.
  */
+template <>
 class MGDoFDimensionInfo<2>
 {
   public:
@@ -102,6 +104,7 @@ class MGDoFDimensionInfo<2>
  *
  * The types have the same meaning as those declared in @ref{TriaDimensionInfo<2>}.
  */
+template <>
 class MGDoFDimensionInfo<3>
 {
   public:

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.