mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
DLL_HEADER for SplineSeg3
This commit is contained in:
parent
56ae4fdc48
commit
83b4fba403
@ -188,12 +188,12 @@ namespace netgen
|
||||
mutable double proj_latest_t;
|
||||
public:
|
||||
///
|
||||
SplineSeg3 (const GeomPoint<D> & ap1,
|
||||
DLL_HEADER SplineSeg3 (const GeomPoint<D> & ap1,
|
||||
const GeomPoint<D> & ap2,
|
||||
const GeomPoint<D> & ap3,
|
||||
string bcname="default",
|
||||
double maxh=1e99);
|
||||
SplineSeg3 (const GeomPoint<D> & ap1,
|
||||
DLL_HEADER SplineSeg3 (const GeomPoint<D> & ap1,
|
||||
const GeomPoint<D> & ap2,
|
||||
const GeomPoint<D> & ap3,
|
||||
double aweight,
|
||||
|
Loading…
Reference in New Issue
Block a user