mdolab / pyspline

pySpline produces B-spline curves, surfaces, and volumes
Other
39 stars 26 forks source link

Another libspline wrapper #30

Closed hajdik closed 3 years ago

hajdik commented 3 years ago

Purpose

Closes #23.

Added searchQuads, which calls the corresponding libspline function, to utils.py so DVGeometryVSP can call it instead of directly accessing libspline.

This wrapper was missed in the previous PR.

Corresponding pull requests:

Type of change

Checklist

hajdik commented 3 years ago

The wrapper function is in place and has been tested but more detail is needed in the docstring that I cannot find from looking at the original Fortran.

anilyil commented 3 years ago

Do we want to bump the version number here?