STYLE: autoHexMesh: consistency

This commit is contained in:
mattijs
2013-10-17 14:16:31 +01:00
parent 6a572da350
commit a76199f37c
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ void meshRefinement::collectAndPrint
Pstream::blocking
);
Field<T> allData;
List<T> allData;
globalPoints.gather
(
Pstream::worldComm,

View File

@ -720,7 +720,7 @@ void Foam::refinementSurfaces::findAllHigherIntersections
labelList pRegions;
vectorField pNormals;
forAll(surfaces(), surfI)
forAll(surfaces_, surfI)
{
const searchableSurface& surface = allGeometry_[surfaces_[surfI]];