Skip to content

Commit

Permalink
multipletests-test-riva
Browse files Browse the repository at this point in the history
  • Loading branch information
RivaAlkahal committed Sep 5, 2024
1 parent 37a588d commit 89008a5
Show file tree
Hide file tree
Showing 9 changed files with 5,208 additions and 151 deletions.
6 changes: 6 additions & 0 deletions cmake_modules/TudatFindBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ foreach(_TUDAT_BOOST_COMPONENT ${_TUDAT_REQUIRED_BOOST_LIBS})
../tests_riva/multiarc-trial3.cpp
../tests_riva/multiarc-trial3.cpp
../tests_riva/multiarc-observ.cpp
../tests_riva/singlearcprop-multiarcest.cpp
../tests_riva/single-multiarc-onewaydoppler.cpp
../tests_riva/doppler-multiarc-drag.cpp
../tests_riva/twowaydoppler.cpp
../tests_riva/testobservations.cpp
../tests_riva/propagation_polynomial.cpp
)
endif()
set_target_properties(Boost::${_TUDAT_BOOST_COMPONENT} PROPERTIES
Expand Down
24 changes: 24 additions & 0 deletions tests_riva/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,28 @@ TUDAT_ADD_EXECUTABLE(application_test_mars_dtm7
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm8
"multiarc-observ.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm9
"singlearcprop-multiarcest.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm10
"single-multiarc-onewaydoppler.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm11
"doppler-multiarc-drag.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm12
"twowaydoppler.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm13
"testobservations.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm14
"propagation_polynomial.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
868 changes: 868 additions & 0 deletions tests_riva/doppler-multiarc-drag.cpp

Large diffs are not rendered by default.

340 changes: 189 additions & 151 deletions tests_riva/multiarc-observ.cpp

Large diffs are not rendered by default.

616 changes: 616 additions & 0 deletions tests_riva/propagation_polynomial.cpp

Large diffs are not rendered by default.

860 changes: 860 additions & 0 deletions tests_riva/single-multiarc-onewaydoppler.cpp

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions tests_riva/singlearcprop-multiarcest.cpp

Large diffs are not rendered by default.

727 changes: 727 additions & 0 deletions tests_riva/testobservations.cpp

Large diffs are not rendered by default.

1,096 changes: 1,096 additions & 0 deletions tests_riva/twowaydoppler.cpp

Large diffs are not rendered by default.

0 comments on commit 89008a5

Please sign in to comment.