Removed duplicate, inconsistent and spurious comments in .C files

This commit is contained in:
Henry Weller
2016-02-29 18:33:54 +00:00
parent 95d146ecdf
commit 7ba41e0095
67 changed files with 138 additions and 392 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -36,7 +36,7 @@ License
namespace Foam
{
defineTypeNameAndDebug(meshDualiser, 0);
defineTypeNameAndDebug(meshDualiser, 0);
}
@ -123,8 +123,6 @@ void Foam::meshDualiser::dumpPolyTopoChange
}
//- Given cell and point on mesh finds the corresponding dualCell. Most
// points become only one cell but the feature points might be split.
Foam::label Foam::meshDualiser::findDualCell
(
const label cellI,
@ -146,8 +144,6 @@ Foam::label Foam::meshDualiser::findDualCell
}
// Helper function to generate dualpoints on all boundary edges emanating
// from (boundary & feature) point
void Foam::meshDualiser::generateDualBoundaryEdges
(
const PackedBoolList& isBoundaryEdge,