STYLE: treeData*: renamed points() to shapePoints() to avoid confusion

This commit is contained in:
mattijs
2011-03-30 16:47:03 +01:00
parent aef0a00b87
commit 31cea7cb8f
15 changed files with 33 additions and 22 deletions

View File

@ -126,7 +126,7 @@ Foam::treeDataCell::treeDataCell
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
Foam::pointField Foam::treeDataCell::points() const
Foam::pointField Foam::treeDataCell::shapePoints() const
{
pointField cc(cellLabels_.size());