mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: function name.
This commit is contained in:
@ -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());
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user