DLL_HEADER for SplineSeg3

This commit is contained in:
Matthias Hochsteger 2022-07-20 14:18:41 +02:00
parent 56ae4fdc48
commit 83b4fba403

View File

@ -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,