BUG: Missing function declaration

This commit is contained in:
laurence
2013-05-16 11:38:54 +01:00
parent 285b2942ee
commit 9c115398ba
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -90,8 +90,8 @@ Foam::triSurfaceMeshFeatures::features() const
(
sFeat,
surface().db(),
surface().name() + ".extendedFeatureEdgeMesh",
surfBaffleRegions
surface().name() + ".extendedFeatureEdgeMesh"//,
//surfBaffleRegions
)
);