From 0480dfa8bdb3fcf5af218b83e225f2e7aafbce58 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 29 Nov 2010 21:56:40 +0000 Subject: [PATCH] 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 --- deal.II/source/distributed/tria.inst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - } -- 2.39.5