Skip to content
Snippets Groups Projects
Commit 3abe63fe authored by Oliver Sander's avatar Oliver Sander Committed by Timo Koch
Browse files

Merge branch 'fix/father-initialization' into 'master'

[element] Initialize father field in all constructors

See merge request !39

(cherry picked from commit 9caf02cb)

d070ddac [element] Initialize father field in all constructors
parent 5107b112
No related branches found
No related tags found
1 merge request!40Merge branch 'fix/father-initialization' into 'master'
......@@ -63,7 +63,9 @@ namespace Dune {
vertex_{{nullptr, nullptr}},
facet_{{nullptr, nullptr}},
sons_{{nullptr, nullptr}},
nSons_(0), refinementIndex_(-1),
nSons_(0),
father_(nullptr),
refinementIndex_(-1),
markState_(DO_NOTHING), isNew_(false),
coarseningBlocked_(false),
growthInsertionIndex_(-1)
......
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