Porting: typed label bug fix. Daniel Khazaei

This commit is contained in:
Hrvoje Jasak 2019-04-30 15:44:41 +01:00
parent f97c0f81ab
commit ef519cd839

View file

@ -1343,8 +1343,8 @@ void Foam::refinement::setRefinement(polyTopoChange& ref) const
mesh_,
pointLevel_,
maxEqOp<label>(),
0, // Null value
true // Apply separation for parallel cyclics
label(0), // Null value
true // Apply separation for parallel cyclics
);
// Set refinement and unrefinement
@ -1512,8 +1512,8 @@ void Foam::refinement::updateMesh(const mapPolyMesh& map)
mesh_,
newPointLevel,
maxEqOp<label>(),
0, // Null value
true // Apply separation for parallel cyclics
label(0), // Null value
true // Apply separation for parallel cyclics
);
// Transfer the new point level into the data member