]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Unconditionally instantiate a few symbols.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Dec 2006 23:49:48 +0000 (23:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Dec 2006 23:49:48 +0000 (23:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@14220 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_objects.cc

index f9f189f9aedfeb7adc93a307a7d82a8fb226b3b3..25693d6918b79b41110e1a7f0a0eb3d60b3dcb10 100644 (file)
@@ -77,7 +77,6 @@ namespace internal
                   const unsigned int       local_index,
                   const unsigned int       global_index);
 
-#if deal_II_dimension >= 2
 
     template class DoFObjects<2>;
 
@@ -98,10 +97,6 @@ namespace internal
                   const unsigned int       local_index,
                   const unsigned int       global_index);
 
-#endif
-
-#if deal_II_dimension >= 3
-    
     template class DoFObjects<3>;
 
     template
@@ -121,8 +116,6 @@ namespace internal
                   const unsigned int       local_index,
                   const unsigned int       global_index);
 
-#endif
-
   }
 }
 

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.