diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C b/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C index bb70ec5103..e9553f1203 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C @@ -129,8 +129,8 @@ void Foam::meshingSurfaceList::setSurfaceTypes ( !operator[](surfi).closed() && ( - type == surfaceType::rotatingZone - || type == surfaceType::cellZone + type == meshingSurface::surfaceType::rotatingZone + || type == meshingSurface::surfaceType::cellZone ) ) { @@ -288,7 +288,7 @@ void Foam::meshingSurfaceList::setBounds(const boundBox& bb) { if (bb.contains(bb_)) { - Info<< "Specifed bounding box contains the overall bounding box" + Info<< "Specified bounding box contains the overall bounding box" << endl; } else diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H index fabf2a3739..0bff0cb9e4 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H @@ -68,7 +68,7 @@ class snappyHexMeshConfiguration //- Refinement level applied across the snappyHexMeshDict file const label refinementLevel_; - //- Level of refinement on speficied surfaces + //- Level of refinement on specified surfaces const List>& surfaceLevels_; //- Refinement regions specified by surface and level