had to add default constructor (for pybind update)

This commit is contained in:
Joachim Schöberl 2017-09-02 23:08:20 +02:00
parent 111f90939e
commit 89f41da33b

View File

@ -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);