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 ();