ENH: removePoints: updated comment

This commit is contained in:
mattijs
2012-05-17 12:32:40 +01:00
parent ba7aff0333
commit 61f9b0ec48

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -127,9 +127,7 @@ public:
// A point can be deleted if // A point can be deleted if
// - it is not used by any edge. // - it is not used by any edge.
// or // or
// - is not used by an internal edge // - is used by only two edges
// - is used by only two boundary edges. (note that these two
// edges will always be boundary ones!)
// - these two edges are sufficiently in line (cos > minCos) // - these two edges are sufficiently in line (cos > minCos)
// - all processors agree that point can be deleted. // - all processors agree that point can be deleted.
label countPointUsage label countPointUsage