Skip to content
Snippets Groups Projects
Commit 2f4ab1fc authored by Christian Engwer's avatar Christian Engwer
Browse files

use tuples instead of Tuples

[[Imported from SVN: r1030]]
parent 2e35bc07
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ void deleteOverlapEntries(T& indices,
typedef typename RemoteIndices::RemoteIndexList::const_iterator RemoteIterator;
typedef Dune::SLList<GlobalIndex, typename RemoteIndices::RemoteIndexList::Allocator> GlobalList;
typedef typename GlobalList::ModifyIterator GlobalModifier;
typedef Dune::Tuple<RemoteModifier,GlobalModifier,const RemoteIterator,const typename GlobalList::const_iterator,
typedef Dune::tuple<RemoteModifier,GlobalModifier,const RemoteIterator,const typename GlobalList::const_iterator,
const GlobalList*, const typename RemoteIndices::RemoteIndexList*> IteratorTuple;
typedef std::map<int,IteratorTuple> IteratorMap;
typedef typename RemoteIndices::const_iterator RemoteMapIterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment