Merge branch 'fix_inconsistent_dll_linkage' into 'master'

fix inconsistent dll linkage (to libsrc/general/template.hpp::39)

See merge request ngsolve/netgen!612
This commit is contained in:
Hochsteger, Matthias 2023-10-17 09:28:53 +02:00
commit b93db976db

View File

@ -21,7 +21,7 @@ namespace netgen
#define EPSGEOM 1E-5
void MyError (const char * ch);
DLL_HEADER void MyError (const char * ch);
class Point2d;
class Vec2d;