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

Adapted dgspace to the functionspace changes

[[Imported from SVN: r1302]]
parent ded05a6f
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
namespace Dune {
enum { DGFSpaceId = 123456789 };
//**********************************************************************
//
......@@ -55,7 +56,7 @@ namespace Dune {
/** \todo Please doc me! */
DGDiscreteFunctionSpace ( GridType & g , int level ) :
DiscreteFunctionSpaceType (g, 123456789),
DiscreteFunctionSpaceType (g, DGFSpaceId, level),
dm_ ( g ), base_(*this, polOrd),
mapper_(dm_.indexSet(), base_.getNumberOfBaseFunctions(), level)
{}
......
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