@@ -970,22 +970,23 @@ void expose_environment_setup( py::module &m )
970970 py::arg ( " body" ),
971971 py::arg ( " ground_station_settings" ),
972972 R"doc( No documentation found.)doc" );
973- //
974- //
975- // .. code-block:: python
976- //
977- // # Create ground station settings
978- // ground_station_settings = environment_setup.ground_station.basic_station(
979- // "TrackingStation",
980- // [station_altitude, delft_latitude, delft_longitude],
981- // element_conversion.geodetic_position_type)
982- //
983- // # Add the ground station to the environment
984- // environment_setup.add_ground_station(
985- // bodies.get_body("Earth"),
986- // ground_station_settings )
987-
988- m.def ( " create_radiation_pressure_interface" ,
973+ //
974+ //
975+ // .. code-block:: python
976+ //
977+ // # Create ground station settings
978+ // ground_station_settings = environment_setup.ground_station.basic_station(
979+ // "TrackingStation",
980+ // [station_altitude, delft_latitude,
981+ // delft_longitude],
982+ // element_conversion.geodetic_position_type)
983+ //
984+ // # Add the ground station to the environment
985+ // environment_setup.add_ground_station(
986+ // bodies.get_body("Earth"),
987+ // ground_station_settings )
988+
989+ m.def ( " create_radiation_pressure_interface" ,
989990 &tss::createRadiationPressureInterface,
990991 py::arg ( " radiationPressureInterfaceSettings" ),
991992 py::arg ( " body_name" ),
@@ -1003,7 +1004,6 @@ void expose_environment_setup( py::module &m )
10031004 // auto system_model_setup =
10041005 // m.def_submodule("system_models");
10051006 // gravity_field_variation::expose_system_model_setup(system_model_setup);
1006-
10071007}
10081008
10091009} // namespace environment_setup
0 commit comments