Skip to content
Snippets Groups Projects
Commit c471bc11 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

little bugfix with mapper, forgot dimrange.

[[Imported from SVN: r1270]]
parent 3de9dc87
Branches
Tags
No related merge requests found
......@@ -33,7 +33,9 @@ namespace Dune {
// corresponding IndexSet, here LevelIndexSet
typedef typename DofManagerType::IndexSetType IndexSetType;
typedef DGMapper < IndexSetType, polOrd > DGMapperType;
enum { DimRange = FunctionSpaceType::DimRange };
typedef DGMapper < IndexSetType, polOrd, DimRange > DGMapperType;
public:
// MemObjects of the DofManager, DofManager is not used for this space at
// the moment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment