Deactivate ShapeInfo::reinit on MSVC target as proposed in
c2021e2.
template struct internal::MatrixFreeFunctions::MappingInfo<deal_II_dimension,double>;
template struct internal::MatrixFreeFunctions::MappingInfo<deal_II_dimension,float>;
+
+#ifndef DEAL_II_MSVC
+ template void internal::MatrixFreeFunctions::ShapeInfo<double>::reinit
+ <deal_II_dimension>(const Quadrature<1> &, const FiniteElement
+ <deal_II_dimension,deal_II_dimension> &, const unsigned int);
+ template void internal::MatrixFreeFunctions::ShapeInfo<float>::reinit
+ <deal_II_dimension>(const Quadrature<1> &, const FiniteElement
+ <deal_II_dimension,deal_II_dimension> &, const unsigned int);
+#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