From 0d4aec60bd3c0c29efdcefb36b575640dc76ff75 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 18 Aug 2010 15:34:49 +0000 Subject: [PATCH] fix CollectiveCommunication type [[Imported from SVN: r311]] --- subgrid/subgrid.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgrid/subgrid.hh b/subgrid/subgrid.hh index 908f386..617cfc1 100644 --- a/subgrid/subgrid.hh +++ b/subgrid/subgrid.hh @@ -153,7 +153,7 @@ struct SubGridFamily typedef IdSet<const GridImp,GlobalIdSetImp,typename HostGrid::Traits::GlobalIdSet::IdType> GlobalIdSet; typedef IdSet<const GridImp,LocalIdSetImp,typename HostGrid::Traits::LocalIdSet::IdType> LocalIdSet; - typedef Dune::CollectiveCommunication< typename HostGrid::Traits::CollectiveCommunication > CollectiveCommunication; + typedef Dune::CollectiveCommunication< GridImp > CollectiveCommunication; }; }; -- GitLab