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

@ -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
@ -128,7 +128,7 @@ template
>
Foam::pointField
Foam::treeDataPrimitivePatch<Face, FaceList, PointField, PointType>::
points() const
shapePoints() const
{
pointField cc(patch_.size());