mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +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;
|
mutable double proj_latest_t;
|
||||||
public:
|
public:
|
||||||
///
|
///
|
||||||
SplineSeg3 (const GeomPoint<D> & ap1,
|
DLL_HEADER SplineSeg3 (const GeomPoint<D> & ap1,
|
||||||
const GeomPoint<D> & ap2,
|
const GeomPoint<D> & ap2,
|
||||||
const GeomPoint<D> & ap3,
|
const GeomPoint<D> & ap3,
|
||||||
string bcname="default",
|
string bcname="default",
|
||||||
double maxh=1e99);
|
double maxh=1e99);
|
||||||
SplineSeg3 (const GeomPoint<D> & ap1,
|
DLL_HEADER SplineSeg3 (const GeomPoint<D> & ap1,
|
||||||
const GeomPoint<D> & ap2,
|
const GeomPoint<D> & ap2,
|
||||||
const GeomPoint<D> & ap3,
|
const GeomPoint<D> & ap3,
|
||||||
double aweight,
|
double aweight,
|
||||||
|
Loading…
Reference in New Issue
Block a user