STYLE: function name.

This commit is contained in:
graham
2010-11-18 18:11:37 +00:00
parent 6aea2f5dff
commit 9c646de48f
2 changed files with 3 additions and 3 deletions

View File

@ -492,7 +492,7 @@ void Foam::conformalVoronoiMesh::createFeaturePoints()
Info<< nl << "Conforming to feature points" << endl;
insertConvexFeaturesPoints();
insertConvexFeaturePoints();
insertConcaveFeaturePoints();
@ -529,7 +529,7 @@ void Foam::conformalVoronoiMesh::createFeaturePoints()
}
void Foam::conformalVoronoiMesh::insertConvexFeaturesPoints()
void Foam::conformalVoronoiMesh::insertConvexFeaturePoints()
{
const PtrList<featureEdgeMesh>& feMeshes(geometryToConformTo_.features());

View File

@ -317,7 +317,7 @@ private:
void createFeaturePoints();
//- Insert point groups at convex feature points
void insertConvexFeaturesPoints();
void insertConvexFeaturePoints();
//- Insert point groups at concave feature points
void insertConcaveFeaturePoints();