Skip to content
Snippets Groups Projects
Commit d0506b6b authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cherry-pick-9caf02cb' into 'releases/2.6'

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

See merge request !40
parents 5107b112 3abe63fe
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