Skip to content

Commit

Permalink
Exposed missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Nov 6, 2023
1 parent 0035598 commit 9f1a112
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tudatpy/kernel/expose_math/expose_interpolators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ void expose_interpolators(py::module &m) {
std::shared_ptr<ti::InterpolatorSettings>>(m, "InterpolatorSettings",
get_docstring("InterpolatorSettings").c_str());

py::class_<ti::InterpolatorGenerationSettings<TIME_TYPE>,
std::shared_ptr<ti::InterpolatorGenerationSettings<TIME_TYPE>>>(m, "InterpolatorGenerationSettings",
get_docstring("InterpolatorGenerationSettings").c_str());



py::class_<
ti::LagrangeInterpolatorSettings,
std::shared_ptr<ti::LagrangeInterpolatorSettings>,
Expand Down

0 comments on commit 9f1a112

Please sign in to comment.