]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Forward declare explicit template specilaizations for copy_connectivity 12081/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 22 Apr 2021 16:12:57 +0000 (12:12 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 22 Apr 2021 16:13:51 +0000 (12:13 -0400)
include/deal.II/distributed/p4est_wrappers.h

index 86ae54efce718af15a6de5cbe41e7efb13a3281a..a9088594bec8913b44991623522ec2fd497db587 100644 (file)
@@ -587,6 +587,16 @@ namespace internal
     template <int dim>
     typename types<dim>::connectivity *
     copy_connectivity(const typename types<dim>::connectivity *connectivity);
+
+#  ifndef DOXYGEN
+    template <>
+    typename types<2>::connectivity *
+    copy_connectivity<2>(const typename types<2>::connectivity *connectivity);
+
+    template <>
+    typename types<3>::connectivity *
+    copy_connectivity<3>(const typename types<3>::connectivity *connectivity);
+#  endif
   } // namespace p4est
 } // namespace internal
 

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.