From 85a7e49734e94bd54ac080156c73615d0926f270 Mon Sep 17 00:00:00 2001 From: Dominic Dirkx Date: Mon, 15 Jul 2024 08:17:41 +0200 Subject: [PATCH] Corrected double exposure --- .../kernel/expose_numerical_simulation/expose_environment.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tudatpy/kernel/expose_numerical_simulation/expose_environment.cpp b/tudatpy/kernel/expose_numerical_simulation/expose_environment.cpp index 6b443993..bc995995 100644 --- a/tudatpy/kernel/expose_numerical_simulation/expose_environment.cpp +++ b/tudatpy/kernel/expose_numerical_simulation/expose_environment.cpp @@ -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,