mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: autoHexMesh: consistency
This commit is contained in:
@ -241,7 +241,7 @@ void meshRefinement::collectAndPrint
|
|||||||
Pstream::blocking
|
Pstream::blocking
|
||||||
);
|
);
|
||||||
|
|
||||||
Field<T> allData;
|
List<T> allData;
|
||||||
globalPoints.gather
|
globalPoints.gather
|
||||||
(
|
(
|
||||||
Pstream::worldComm,
|
Pstream::worldComm,
|
||||||
|
|||||||
@ -720,7 +720,7 @@ void Foam::refinementSurfaces::findAllHigherIntersections
|
|||||||
labelList pRegions;
|
labelList pRegions;
|
||||||
vectorField pNormals;
|
vectorField pNormals;
|
||||||
|
|
||||||
forAll(surfaces(), surfI)
|
forAll(surfaces_, surfI)
|
||||||
{
|
{
|
||||||
const searchableSurface& surface = allGeometry_[surfaces_[surfI]];
|
const searchableSurface& surface = allGeometry_[surfaces_[surfI]];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user