Skip to content
Snippets Groups Projects
Commit 0d4aec60 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

fix CollectiveCommunication type

[[Imported from SVN: r311]]
parent c2f6fdf7
Branches
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ struct SubGridFamily ...@@ -153,7 +153,7 @@ struct SubGridFamily
typedef IdSet<const GridImp,GlobalIdSetImp,typename HostGrid::Traits::GlobalIdSet::IdType> GlobalIdSet; typedef IdSet<const GridImp,GlobalIdSetImp,typename HostGrid::Traits::GlobalIdSet::IdType> GlobalIdSet;
typedef IdSet<const GridImp,LocalIdSetImp,typename HostGrid::Traits::LocalIdSet::IdType> LocalIdSet; typedef IdSet<const GridImp,LocalIdSetImp,typename HostGrid::Traits::LocalIdSet::IdType> LocalIdSet;
typedef Dune::CollectiveCommunication< typename HostGrid::Traits::CollectiveCommunication > CollectiveCommunication; typedef Dune::CollectiveCommunication< GridImp > CollectiveCommunication;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment