mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Correct for SP build
This commit is contained in:
@ -3508,7 +3508,7 @@ void Foam::autoLayerDriver::addLayers
|
||||
meshRefiner_.updateMesh(map, labelList(0));
|
||||
|
||||
// Update numbering of faceWantedThickness
|
||||
meshRefinement::updateList(map().faceMap(), 0.0, faceWantedThickness);
|
||||
meshRefinement::updateList(map().faceMap(), scalar(0), faceWantedThickness);
|
||||
|
||||
// Update numbering on baffles
|
||||
forAll(baffles, i)
|
||||
|
||||
Reference in New Issue
Block a user