DLL_HEADER for Mesh::SetLocalH

This commit is contained in:
Matthias Hochsteger 2022-06-21 01:53:58 -07:00
parent 06f35594c6
commit 7eb76b67c7

View File

@ -478,7 +478,7 @@ namespace netgen
return lochfunc[0];
return lochfunc[layer-1];
}
void SetLocalH(shared_ptr<LocalH> loch, int layer=1);
DLL_HEADER void SetLocalH(shared_ptr<LocalH> loch, int layer=1);
///
bool LocalHFunctionGenerated(int layer=1) const { return (lochfunc[layer-1] != NULL); }