]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add explicit instantiations.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2013 20:53:24 +0000 (20:53 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2013 20:53:24 +0000 (20:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@30165 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/data_out.inst.in

index b9f066896106fe5ba4743715c5fba6fa4cf9a684..55390215a9fb21c03d6741ebde53ebf447f9d492 100644 (file)
@@ -356,3 +356,16 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS)
   #endif
 
 }
+
+
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS)
+{
+  namespace internal \{
+    namespace DataOut \{
+#if deal_II_dimension <= deal_II_space_dimension
+      template class ParallelDataBase<deal_II_dimension,deal_II_space_dimension>;
+      template class ParallelData<deal_II_dimension,deal_II_space_dimension>;
+#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.