mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
had to add default constructor (for pybind update)
This commit is contained in:
parent
111f90939e
commit
89f41da33b
@ -29,6 +29,7 @@ namespace netgen
|
||||
Array < GeomPoint<D> > geompoints;
|
||||
Array < SplineSeg<D>* > splines;
|
||||
|
||||
SplineGeometry() : geompoints{}, splines{} { ; }
|
||||
DLL_HEADER ~SplineGeometry();
|
||||
|
||||
DLL_HEADER int Load (const Array<double> & raw_data, const int startpos = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user