git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31087
0785d39b-7218-0410-832d-
ea1e28bc413d
Assert ((false),
ExcMessage ("Your PETSc/SLEPc installation was configured with scalar-type complex "
"but this function is not defined for complex types. Instead use the "
- "usual function: "
+ "standard function: "
" "
"void "
" SolverBase::get_eigenpair (const unsigned int index, "
// explicit instantiations
-#ifndef PETSC_USE_COMPLEX
- #include "data_out.inst"
-#endif
+#include "data_out.inst"
DEAL_II_NAMESPACE_CLOSE
get_vector_element (const VectorType &vector,
const unsigned int cell_number)
{
- return vector[cell_number];
+// @whattodo Note, there must be a way to get the value type from a
+// vector type! I assuem we can simply return that - right?
+ // return vector[cell_number];
+
+ Assert ((false),
+ ExcMessage ("Your PETSc/SLEPc installation was configured with scalar-type complex "
+ "but this function is not defined for complex types. "));
}
}
// explicit instantiations
-#ifndef PETSC_USE_COMPLEX
- #include "data_out_dof_data.inst"
-#endif
+#include "data_out_dof_data.inst"
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