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;
|
||||
|
||||
void writeFixedPoints(const fileName& fName) const;
|
||||
|
||||
//- Write the boundary Delaunay points to .obj file
|
||||
void writeBoundaryPoints(const fileName& fName) const;
|
||||
|
||||
|
||||
@ -90,8 +90,8 @@ Foam::triSurfaceMeshFeatures::features() const
|
||||
(
|
||||
sFeat,
|
||||
surface().db(),
|
||||
surface().name() + ".extendedFeatureEdgeMesh",
|
||||
surfBaffleRegions
|
||||
surface().name() + ".extendedFeatureEdgeMesh"//,
|
||||
//surfBaffleRegions
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user