DLL_HEADER in Element2d

This commit is contained in:
Matthias Hochsteger 2021-10-07 02:30:23 -07:00
parent 5fc8f4b2c4
commit 41d9fbf258

View File

@ -437,7 +437,7 @@ namespace netgen
public:
///
Element2d ();
DLL_HEADER Element2d ();
Element2d (const Element2d &) = default;
Element2d (Element2d &&) = default;
Element2d & operator= (const Element2d &) = default;
@ -597,7 +597,7 @@ namespace netgen
/// invert orientation
inline void Invert ();
///
void Invert2 ();
DLL_HEADER void Invert2 ();
/// first point number is smallest
inline void NormalizeNumbering ();
///