Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2011-02-24 17:23:56 +00:00
364 changed files with 51828 additions and 6090 deletions

View File

@ -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,