Skip to content

Commit

Permalink
Use gperf for custom orbit/rotation lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Sep 15, 2023
1 parent bda84ab commit f927285
Show file tree
Hide file tree
Showing 9 changed files with 730 additions and 509 deletions.
3 changes: 3 additions & 0 deletions src/celephem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ endif()

# These object files are merged in the celegine library
add_library(celephem OBJECT ${CELEPHEM_SOURCES})

gperf_add_table(celephem customrotation.gperf customrotation.cpp 4)
gperf_add_table(celephem customorbit.gperf customorbit.cpp 4)
Loading

0 comments on commit f927285

Please sign in to comment.