From: bangerth Date: Mon, 19 Mar 2012 19:00:11 +0000 (+0000) Subject: Add an instantiation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15efe83322f5861a3da6386f65f3f5d2d48615b;p=dealii-svn.git Add an instantiation. git-svn-id: https://svn.dealii.org/trunk@25303 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/tria.inst.in b/deal.II/source/distributed/tria.inst.in index 7f43fd7451..15733e9d50 100644 --- a/deal.II/source/distributed/tria.inst.in +++ b/deal.II/source/distributed/tria.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -22,28 +22,28 @@ for (deal_II_dimension : DIMENSIONS) namespace p4est \{ #if deal_II_dimension > 1 - template - void - init_quadrant_children - (const types::quadrant & p4est_cell, - types::quadrant (&p4est_children)[GeometryInfo::max_children_per_cell]); + template + void + init_quadrant_children + (const types::quadrant & p4est_cell, + types::quadrant (&p4est_children)[GeometryInfo::max_children_per_cell]); - template - void - init_coarse_quadrant - (types::quadrant & quad); + template + void + init_coarse_quadrant + (types::quadrant & quad); - template - bool - quadrant_is_equal - (const types::quadrant & q1, + template + bool + quadrant_is_equal + (const types::quadrant & q1, const types::quadrant & q2); - template - bool - quadrant_is_ancestor - (const types::quadrant & q1, - const types::quadrant & q2); + template + bool + quadrant_is_ancestor + (const types::quadrant & q1, + const types::quadrant & q2); # endif \} \} @@ -54,9 +54,12 @@ for (deal_II_dimension : DIMENSIONS) namespace distributed \{ template class Triangulation; -# if deal_II_dimension < 3 - template class Triangulation; -# endif +# if deal_II_dimension < 3 + template class Triangulation; +# endif +# if deal_II_dimension < 2 + template class Triangulation; +# endif \} \}