diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H index 17a100c3f..05e9da8fc 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H @@ -81,10 +81,11 @@ protected: //- Face restriction addressing array. // Maps from the finer to the coarser level. - // Positive indices map the finer faces which form part of the boundary - // of the coarser cells to the corresponding coarser cell face. + // Positive indices map the finer faces which form part of the + // boundary of the coarser cells to the corresponding coarser + // cell face. // Negative indices map the finer faces which are internal to the - // coarser cells to minus the corresponding coarser cell index minus 1. + // coarser cells to minus the corresponding coarser cell index minus 1 PtrList faceRestrictAddressing_; //- Hierarchy of mesh addressing diff --git a/src/OpenFOAM/meshes/pointMesh/pointMesh.H b/src/OpenFOAM/meshes/pointMesh/pointMesh.H index 2a33965c3..2ab1ecb92 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMesh.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMesh.H @@ -73,7 +73,7 @@ class pointMesh public: // Declare name of the class and its debug switch - ClassName("pointMesh"); + TypeName("pointMesh"); typedef pointMesh Mesh; typedef pointBoundaryMesh BoundaryMesh; diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMesh.C index 332f38e2f..375922d43 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.C @@ -1226,7 +1226,6 @@ void Foam::polyMesh::setOldPoints oldPointsPtr_ = new pointField::subField(oldAllPoints(), nPoints()); curMotionTimeIndex_ = 0; primitiveMesh::clearGeom(); - } diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C b/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C index 1b6774acd..50f499d9a 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C @@ -28,6 +28,7 @@ License #include "primitiveMesh.H" #include "globalMeshData.H" #include "demandDrivenData.H" +#include "meshObjectBase.H" // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // @@ -90,6 +91,9 @@ void Foam::polyMesh::clearGeom() // Reset valid directions (could change with rotation) geometricD_ = Vector