From 2278170926c235ff9f18c02900a3c576b5a48051 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Sep 2011 05:40:54 +0000 Subject: [PATCH] Stupid me: add another instantiation unnecessarily forgotten. git-svn-id: https://svn.dealii.org/trunk@24312 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/distributed/tria.cc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index 79054657b6..fdd9f503d2 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -2945,6 +2945,15 @@ namespace parallel } + template <> + unsigned int + Triangulation<1,1>::n_global_active_cells () const + { + Assert (false, ExcNotImplemented()); + return 0; + } + + template <> MPI_Comm Triangulation<1,1>::get_communicator () const -- 2.39.5