Skip to content
Snippets Groups Projects
Commit c76c7170 authored by Markus Blatt's avatar Markus Blatt
Browse files

Allow different allocators.

[[Imported from SVN: r1002]]
parent c669b503
No related branches found
No related tags found
No related merge requests found
......@@ -396,9 +396,9 @@ namespace Dune
* @param remoteIndices The known remote indices.
* @param indexSet The set of local indices of the current process.
*/
template<typename T, typename A>
template<typename T, typename A, typename A1>
inline void repairLocalIndexPointers(std::map<int,SLList<typename T::GlobalIndex,A> >& globalMap,
RemoteIndices<T,A>& remoteIndices,
RemoteIndices<T,A1>& remoteIndices,
const T& indexSet)
{
typedef typename RemoteIndices<T>::RemoteIndexMap::iterator RemoteIterator;
......
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