Skip to content
Snippets Groups Projects

[id] Initialize the free id counter!

Merged Timo Koch requested to merge fix/initialize-free-counter into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -131,6 +131,7 @@ class FoamGrid :
*/
FoamGrid()
: leafIndexSet_(*this),
freeIdCounter_(0),
globalRefined(0),
numBoundarySegments_(0),
growing_(false)
Loading