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
|
||||
);
|
||||
|
||||
Field<T> allData;
|
||||
List<T> allData;
|
||||
globalPoints.gather
|
||||
(
|
||||
Pstream::worldComm,
|
||||
|
||||
@ -720,7 +720,7 @@ void Foam::refinementSurfaces::findAllHigherIntersections
|
||||
labelList pRegions;
|
||||
vectorField pNormals;
|
||||
|
||||
forAll(surfaces(), surfI)
|
||||
forAll(surfaces_, surfI)
|
||||
{
|
||||
const searchableSurface& surface = allGeometry_[surfaces_[surfI]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user