Skip to content
Snippets Groups Projects
Commit 7d5dbdee authored by Peter Bastian's avatar Peter Bastian
Browse files

bug fix

[[Imported from SVN: r417]]
parent 100b7b36
Branches
Tags
No related merge requests found
......@@ -1230,7 +1230,7 @@ namespace Dune {
template<typename T, bool mode>
RemoteIndexListModifier<T,mode>::RemoteIndexListModifier(const RemoteIndexListModifier<T,mode>& other)
: remoteIndices_(other.remoteIndices), rList_(other.rList_), indexSet_(other.indexSet_),
: rList_(other.rList_), indexSet_(other.indexSet_),
glist_(other.glist_), iter_(other.iter_), giter_(other.giter_), end_(other.end_),
first_(other.first_), last_(other.last_)
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment