From a218fb16ac40c74d12e7c28475db3c7f34086fd1 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 18 Feb 2011 18:08:56 +0000 Subject: [PATCH] STYLE: treeDataCell : removed comment --- src/meshTools/indexedOctree/treeDataCell.C | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/meshTools/indexedOctree/treeDataCell.C b/src/meshTools/indexedOctree/treeDataCell.C index 81c2cb72d6..c528f8fa16 100644 --- a/src/meshTools/indexedOctree/treeDataCell.C +++ b/src/meshTools/indexedOctree/treeDataCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -139,7 +139,6 @@ Foam::pointField Foam::treeDataCell::points() const } -// Check if any point on shape is inside cubeBb. bool Foam::treeDataCell::overlaps ( const label index, @@ -167,8 +166,6 @@ bool Foam::treeDataCell::contains } -// Calculate nearest point to sample. Updates (if any) nearestDistSqr, minIndex, -// nearestPoint. void Foam::treeDataCell::findNearest ( const labelUList& indices,