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

Missed on IndexPair.

[[Imported from SVN: r682]]
parent 8aa3688f
No related branches found
No related tags found
No related merge requests found
......@@ -728,7 +728,7 @@ namespace Dune
DUNE_THROW(InvalidIndexSetState, "Indices can only be added "
<<"while in RESIZE state!");
#endif
newIndices_.push_back(IndexPair<TG,TL>(global));
newIndices_.push_back(IndexPair(global));
}
template<class TG, class TL, int N>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment