From ecd077f154da4282d2496e812cb965781c8e133f Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sun, 12 Feb 2023 11:15:50 +0100 Subject: [PATCH] dll_header, copy-paste error ? --- libsrc/meshing/improve2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/improve2.hpp b/libsrc/meshing/improve2.hpp index 32f852b2..444062a2 100644 --- a/libsrc/meshing/improve2.hpp +++ b/libsrc/meshing/improve2.hpp @@ -114,7 +114,7 @@ public: const NgArray* > & from, NgArray* > & dest); DLL_HEADER bool EdgeSwapping (const int usemetric, Array &neighbors, Array &swapped, - DLL_HEADER const SurfaceElementIndex t1, const int edge, const int t, Array &pdef, const bool check_only=false); + const SurfaceElementIndex t1, const int edge, const int t, Array &pdef, const bool check_only=false); DLL_HEADER void EdgeSwapping (int usemetric); DLL_HEADER void CombineImprove (); DLL_HEADER void SplitImprove ();