]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add more specializations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 15 Jan 2011 23:12:56 +0000 (23:12 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 15 Jan 2011 23:12:56 +0000 (23:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@23200 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_tools.inst.in

index 7a507444a4548ab61ba2018da431ced2b0d72198..8fcdd37d8e9a6003c1f7edb5ed0642c4a10af991 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -115,6 +115,18 @@ for (deal_II_dimension : DIMENSIONS)
       GridTools::partition_triangulation (const unsigned int,
                                          const SparsityPattern &,
                                          Triangulation<deal_II_dimension> &);
+#if deal_II_dimension < 3
+    template
+      void
+      GridTools::partition_triangulation (const unsigned int,
+                                         Triangulation<deal_II_dimension,deal_II_dimension+1> &);
+
+    template
+      void
+      GridTools::partition_triangulation (const unsigned int,
+                                         const SparsityPattern &,
+                                         Triangulation<deal_II_dimension,deal_II_dimension+1> &);
+#endif
 
     template
       void

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.