diff --git a/libsrc/meshing/meshclass.hpp b/libsrc/meshing/meshclass.hpp index 00f53b77..c1ea8e50 100644 --- a/libsrc/meshing/meshclass.hpp +++ b/libsrc/meshing/meshclass.hpp @@ -478,7 +478,7 @@ namespace netgen return lochfunc[0]; return lochfunc[layer-1]; } - void SetLocalH(shared_ptr loch, int layer=1); + DLL_HEADER void SetLocalH(shared_ptr loch, int layer=1); /// bool LocalHFunctionGenerated(int layer=1) const { return (lochfunc[layer-1] != NULL); }