Skip to content

Commit

Permalink
Added missing input to libration function
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Jul 18, 2023
1 parent 1e8a180 commit de2b8c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ void expose_estimated_parameter_setup(py::module &m) {

m.def("scaled_longitude_libration_amplitude",
&tep::scaledLongitudeLibrationAmplitude,
py::arg("body_name"),
get_docstring("scaled_longitude_libration_amplitude").c_str() );

// ############### Global (GR) Model Parameters ################################
Expand Down

0 comments on commit de2b8c9

Please sign in to comment.