Skip to content

Commit

Permalink
Corrected compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Sep 30, 2023
1 parent 6c60209 commit 04340ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ namespace rotation_model {
&tss::gcrsToItrsRotationModelSettings,
py::arg("precession_nutation_theory") = tba::iau_2006,
py::arg("base_frame") = "GCRS",
py::arg("cio_interpolation_settings") = nullptr,
py::arg("tdb_to_tt_interpolation_settings") = nullptr,
py::arg("short_term_eop_interpolation_settings") = nullptr,
get_docstring("gcrs_to_itrs").c_str()
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,10 +1077,10 @@ void expose_observation_setup(py::module &m) {
py::arg("start_and_end_times_to_process") = std::make_pair< TIME_TYPE, TIME_TYPE >( TUDAT_NAN, TUDAT_NAN ),
get_docstring("create_odf_observed_observation_collection").c_str() );

m.def("create_odf_observation_simulation_settings_list",
&tom::createOdfObservationSimulationSettingsList< double, TIME_TYPE >,
py::arg("observed_observation_collection"),
get_docstring("create_odf_observation_simulation_settings_list").c_str() );
// m.def("create_odf_observation_simulation_settings_list",
// &tom::createOdfObservationSimulationSettingsList< double, TIME_TYPE >,
// py::arg("observed_observation_collection"),
// get_docstring("create_odf_observation_simulation_settings_list").c_str() );

m.def("change_simulation_settings_observable_types",
&tom::changeObservableTypesOfObservationSimulationSettings< double, TIME_TYPE >,
Expand Down

0 comments on commit 04340ca

Please sign in to comment.