mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Missing function declaration
This commit is contained in:
@ -1099,6 +1099,8 @@ public:
|
|||||||
const Foam::indexedVertexEnum::vertexType pointType
|
const Foam::indexedVertexEnum::vertexType pointType
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
|
void writeFixedPoints(const fileName& fName) const;
|
||||||
|
|
||||||
//- Write the boundary Delaunay points to .obj file
|
//- Write the boundary Delaunay points to .obj file
|
||||||
void writeBoundaryPoints(const fileName& fName) const;
|
void writeBoundaryPoints(const fileName& fName) const;
|
||||||
|
|
||||||
|
|||||||
@ -90,8 +90,8 @@ Foam::triSurfaceMeshFeatures::features() const
|
|||||||
(
|
(
|
||||||
sFeat,
|
sFeat,
|
||||||
surface().db(),
|
surface().db(),
|
||||||
surface().name() + ".extendedFeatureEdgeMesh",
|
surface().name() + ".extendedFeatureEdgeMesh"//,
|
||||||
surfBaffleRegions
|
//surfBaffleRegions
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user