]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added instantiations. 5581/head
authorLuca Heltai <luca.heltai@sissa.it>
Wed, 6 Dec 2017 08:38:53 +0000 (09:38 +0100)
committerLuca Heltai <luca.heltai@sissa.it>
Wed, 6 Dec 2017 08:38:53 +0000 (09:38 +0100)
source/opencascade/utilities.cc

index 4f99bdb80485c25e1d3c27e2bdb1645f021d6725..eefb3b44f35b55031b16f1271d4866e84b6b7744 100644 (file)
@@ -770,6 +770,23 @@ namespace OpenCASCADE
     tria.create_triangulation(vertices, cells, t);
   }
 
+
+
+  // Explicit instantiations
+  template
+  std::vector<TopoDS_Edge> create_curves_from_triangulation_boundary
+  (const Triangulation<2, 2> &triangulation,
+   const Mapping<2, 2> &mapping);
+
+
+
+  template
+  std::vector<TopoDS_Edge> create_curves_from_triangulation_boundary
+  (const Triangulation<2, 3> &triangulation,
+   const Mapping<2, 3> &mapping);
+
+
+
 } // end namespace
 
 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.