]> https://gitweb.dealii.org/ - dealii.git/commitdiff
restructure 4752/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 9 Aug 2017 18:24:17 +0000 (13:24 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 9 Aug 2017 18:24:17 +0000 (13:24 -0500)
source/matrix_free/matrix_free.inst.in

index 8ab4b785b5fa8e9ab94cd300f01d245ef6b65552..a79ed61004bdb6d95bd83972f6d4936337c45c34 100644 (file)
@@ -33,18 +33,33 @@ for (deal_II_dimension : DIMENSIONS)
     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);
-    template void internal::MatrixFreeFunctions::ShapeInfo<VectorizedArray<double> >::reinit
-    <deal_II_dimension>(const Quadrature<1> &, const FiniteElement
-                        <deal_II_dimension,deal_II_dimension> &, const unsigned int);
-    template void internal::MatrixFreeFunctions::ShapeInfo<VectorizedArray<float > >::reinit
-    <deal_II_dimension>(const Quadrature<1> &, const FiniteElement
-                        <deal_II_dimension,deal_II_dimension> &, const unsigned int);
+    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);
+
+    template
+    void
+    internal::MatrixFreeFunctions::ShapeInfo<VectorizedArray<double> >::
+    reinit<deal_II_dimension>(const Quadrature<1> &,
+                              const FiniteElement<deal_II_dimension,deal_II_dimension> &,
+                              const unsigned int);
+
+    template
+    void
+    internal::MatrixFreeFunctions::ShapeInfo<VectorizedArray<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


Typeset in Trocchi and Trocchi Bold Sans Serif.