Skip to content
Snippets Groups Projects
Commit a76199f3 authored by mattijs's avatar mattijs
Browse files

STYLE: autoHexMesh: consistency

parent 6a572da3
No related branches found
No related tags found
No related merge requests found
......@@ -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]];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment