dll_header, copy-paste error ?

This commit is contained in:
Joachim Schoeberl 2023-02-12 11:15:50 +01:00
parent a8dcda69a3
commit ecd077f154

View File

@ -114,7 +114,7 @@ public:
const NgArray<Point<3>* > & from, NgArray<Point<3>* > & dest);
DLL_HEADER bool EdgeSwapping (const int usemetric, Array<Neighbour> &neighbors, Array<bool> &swapped,
DLL_HEADER const SurfaceElementIndex t1, const int edge, const int t, Array<int,PointIndex> &pdef, const bool check_only=false);
const SurfaceElementIndex t1, const int edge, const int t, Array<int,PointIndex> &pdef, const bool check_only=false);
DLL_HEADER void EdgeSwapping (int usemetric);
DLL_HEADER void CombineImprove ();
DLL_HEADER void SplitImprove ();