Skip to content
Snippets Groups Projects

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

Merged Timo Koch requested to merge cherry-pick-9caf02cb into releases/2.6
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading