]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revert "Also instantiate DataOutStack for 3D"
authorMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 10 Nov 2013 09:26:32 +0000 (09:26 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 10 Nov 2013 09:26:32 +0000 (09:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@31604 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_renumbering.inst.in
deal.II/source/numerics/data_out_stack.inst.in

index 01de3372de64e38c552f678fea7449b2c84c7c9f..c8c111555857486dad4ba7db8e6733dfa33f4a5f 100644 (file)
@@ -56,7 +56,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
          void subdomain_wise<DoFHandler<deal_II_dimension,deal_II_space_dimension> >
          (DoFHandler<deal_II_dimension,deal_II_space_dimension> &);
 
-      \}  // namespace DoFRenumbering
+       \}  // namespace DoFRenumbering
 #endif
   }
 
index 67a6ccc773e24b0dbf4d759f2b5aea8d36866206..b3f3bb27ff30dcc6be20084c4c963cce5e04c59f 100644 (file)
@@ -17,6 +17,7 @@
 
 for (deal_II_dimension : DIMENSIONS)
 {
+#if deal_II_dimension < 3
 template class DataOutStack<deal_II_dimension,deal_II_dimension,DoFHandler<deal_II_dimension> >;
 
 template void DataOutStack<deal_II_dimension,deal_II_dimension,DoFHandler<deal_II_dimension> >::
@@ -34,4 +35,5 @@ add_data_vector<double> (const Vector<double> &vec,
 template void DataOutStack<deal_II_dimension,deal_II_dimension,hp::DoFHandler<deal_II_dimension> >::
 add_data_vector<float> (const Vector<float>  &vec,
                         const std::string    &name);
+#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.