Skip to content

Commit

Permalink
Corrected double exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Jul 15, 2024
1 parent 075a3e7 commit 85a7e49
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,8 @@ void expose_environment(py::module &m) {
get_docstring("AerodynamicCoefficientsIndependentVariables.time_dependent").c_str())
.value("temperature_dependent", ta::AerodynamicCoefficientsIndependentVariables::temperature_dependent,
get_docstring("AerodynamicCoefficientsIndependentVariables.temperature_dependent").c_str())
.value("time_dependent", ta::AerodynamicCoefficientsIndependentVariables::time_dependent,
get_docstring("AerodynamicCoefficientsIndependentVariables.time_dependent").c_str())
.value("velocity_dependent", ta::AerodynamicCoefficientsIndependentVariables::velocity_dependent,
get_docstring("AerodynamicCoefficientsIndependentVariables.velocity_dependent").c_str())
.value("time_dependent", ta::AerodynamicCoefficientsIndependentVariables::time_dependent,
get_docstring("AerodynamicCoefficientsIndependentVariables.time_dependent").c_str())
.value("he_number_density_dependent", ta::AerodynamicCoefficientsIndependentVariables::he_number_density_dependent,
get_docstring("AerodynamicCoefficientsIndependentVariables.he_number_density_dependent").c_str())
.value("o_number_density_dependent", ta::AerodynamicCoefficientsIndependentVariables::o_number_density_dependent,
Expand Down

0 comments on commit 85a7e49

Please sign in to comment.