mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
DLL_HEADER for Mesh::SetLocalH
This commit is contained in:
parent
06f35594c6
commit
7eb76b67c7
@ -478,7 +478,7 @@ namespace netgen
|
|||||||
return lochfunc[0];
|
return lochfunc[0];
|
||||||
return lochfunc[layer-1];
|
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); }
|
bool LocalHFunctionGenerated(int layer=1) const { return (lochfunc[layer-1] != NULL); }
|
||||||
|
Loading…
Reference in New Issue
Block a user