From 7eb76b67c7f4bc06ee60d28efc06ca53a58eb0ee Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 21 Jun 2022 01:53:58 -0700 Subject: [PATCH] DLL_HEADER for Mesh::SetLocalH --- libsrc/meshing/meshclass.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }