]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Temporarily mask instantiation. Work on matrix_tools and vector_tools
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Jun 2013 09:40:26 +0000 (09:40 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Jun 2013 09:40:26 +0000 (09:40 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@29748 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/data_out.cc
deal.II/source/numerics/point_value_history.cc

index a1172305ea1938479d62430c51e2510216d0d59c..38f67b7efcee863c3d56160ab199cbf683596e23 100644 (file)
@@ -1302,6 +1302,8 @@ DataOut<dim,DH>::next_locally_owned_cell (const typename DataOut<dim,DH>::cell_i
 
 
 // explicit instantiations
-#include "data_out.inst"
+#ifndef PETSC_USE_COMPLEX
+   #include "data_out.inst"
+#endif
 
 DEAL_II_NAMESPACE_CLOSE
index 57d6262b7dde5db4aa6752b9947d29e1798ae1a5..da3182ab1463d415585c1849719434ef911bb15e 100644 (file)
@@ -1332,8 +1332,9 @@ void PointValueHistory<dim>
 
 
 // explicit instantiations
-#include "point_value_history.inst"
-
+#ifndef PETSC_USE_COMPLEX
+   #include "point_value_history.inst"
+#endif
 
 DEAL_II_NAMESPACE_CLOSE
 

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.