mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix comments
This commit is contained in:
@ -350,9 +350,6 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
triSurface surf = surfPtr();
|
triSurface surf = surfPtr();
|
||||||
|
|
||||||
Info<< "NB: Feature line extraction is only valid on closed manifold "
|
|
||||||
<< "surfaces." << nl;
|
|
||||||
|
|
||||||
Info<< nl
|
Info<< nl
|
||||||
<< "Statistics:" << nl;
|
<< "Statistics:" << nl;
|
||||||
surf.writeStats(Info);
|
surf.writeStats(Info);
|
||||||
@ -572,7 +569,9 @@ int main(int argc, char *argv[])
|
|||||||
triSurfaceSearch query(surf);
|
triSurfaceSearch query(surf);
|
||||||
surfaceIntersection intersect(query, surfaceDict);
|
surfaceIntersection intersect(query, surfaceDict);
|
||||||
|
|
||||||
// Remove rounding noise - could make adjustable
|
// Remove rounding noise. For consistency could use 1e-6,
|
||||||
|
// as per extractFromFile implementation
|
||||||
|
|
||||||
intersect.mergePoints(10*SMALL);
|
intersect.mergePoints(10*SMALL);
|
||||||
|
|
||||||
labelPair sizeInfo
|
labelPair sizeInfo
|
||||||
|
|||||||
Reference in New Issue
Block a user