From: Wolfgang Bangerth Date: Mon, 29 Nov 2010 21:56:40 +0000 (+0000) Subject: Also instantiate the dummy parallel::distributed::Triangulation class when not using... X-Git-Tag: v8.0.0~4774 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1abdc26732a8a706c94ad8d14dbdb5845dfc9870;p=dealii.git Also instantiate the dummy parallel::distributed::Triangulation class when not using p4est so that icc doesn't complain about missing typeinfo symbols. git-svn-id: https://svn.dealii.org/trunk@22885 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/tria.inst.in b/deal.II/source/distributed/tria.inst.in index f77f9f466b..7f43fd7451 100644 --- a/deal.II/source/distributed/tria.inst.in +++ b/deal.II/source/distributed/tria.inst.in @@ -47,6 +47,8 @@ for (deal_II_dimension : DIMENSIONS) # endif \} \} +# endif // DEAL_II_USE_P4EST + namespace parallel \{ namespace distributed @@ -58,7 +60,5 @@ for (deal_II_dimension : DIMENSIONS) \} \} -# endif // DEAL_II_USE_P4EST - }