From 9c115398baf4d13fde0894ea454f858a73cf5b2f Mon Sep 17 00:00:00 2001 From: laurence Date: Thu, 16 May 2013 11:38:54 +0100 Subject: [PATCH] BUG: Missing function declaration --- .../conformalVoronoiMesh/conformalVoronoiMesh.H | 2 ++ .../searchableSurfaceFeatures/triSurfaceMeshFeatures.C | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H index 974724af9d..b62a82b658 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H +++ b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H @@ -1099,6 +1099,8 @@ public: const Foam::indexedVertexEnum::vertexType pointType ) const; + void writeFixedPoints(const fileName& fName) const; + //- Write the boundary Delaunay points to .obj file void writeBoundaryPoints(const fileName& fName) const; diff --git a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.C b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.C index 3230f0cbc6..3af1dd80d8 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.C +++ b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.C @@ -90,8 +90,8 @@ Foam::triSurfaceMeshFeatures::features() const ( sFeat, surface().db(), - surface().name() + ".extendedFeatureEdgeMesh", - surfBaffleRegions + surface().name() + ".extendedFeatureEdgeMesh"//, + //surfBaffleRegions ) );