diff --git a/src/dynamicMesh/fvMeshSubset/fvMeshSubset.C b/src/dynamicMesh/fvMeshSubset/fvMeshSubset.C index 74a9a01894..48b9278069 100644 --- a/src/dynamicMesh/fvMeshSubset/fvMeshSubset.C +++ b/src/dynamicMesh/fvMeshSubset/fvMeshSubset.C @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation - \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd. + \\/ M anipulation | Copyright (C) 2015-2018 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -38,11 +38,6 @@ Description #include "polyTopoChange.H" #include "mapPolyMesh.H" -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -namespace Foam -{ - // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // bool Foam::fvMeshSubset::checkCellSubset() const @@ -50,7 +45,7 @@ bool Foam::fvMeshSubset::checkCellSubset() const if (fvMeshSubsetPtr_.empty()) { FatalErrorInFunction - << "void setCellSubset(const labelHashSet& cellsToSubset)" << endl + << "setCellSubset()" << nl << "before attempting to access subset data" << abort(FatalError); @@ -63,21 +58,7 @@ bool Foam::fvMeshSubset::checkCellSubset() const void Foam::fvMeshSubset::markPoints ( - const labelList& curPoints, - Map