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

clenaing after Adrians changes.

[[Imported from SVN: r3320]]
parent 350243eb
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ namespace Dune {
dm_(DofManagerFactoryType::getDofManager(f.grid())),
memPair_(dm_.addDofSet(&dofVec_, f.mapper(), name_)),
dofVec_ ( *memPair_.second ),
localFunc_ ( f , dofVec_ )
localFunc_(*this)
//localFunc_ ( f , dofVec_ )
{}
// Constructor making discrete function
......@@ -39,7 +40,8 @@ namespace Dune {
dm_(df.dm_),
memPair_(dm_.addDofSet(&dofVec_, df.functionSpace_.mapper(), name_)),
dofVec_ ( *memPair_.second ),
localFunc_ ( df.localFunc_ )
localFunc_(*this)
//localFunc_ ( df.localFunc_ )
{
// copy values of array
dofVec_ = df.dofVec_;
......
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