- Timestamp:
- Oct 1, 2021, 9:50:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psModules/src/astrom/pmAstrometryUtils.c
r35768 r41826 23 23 #include "pmAstrometryUtils.h" 24 24 25 static int transform_extra_orders = 4; 26 27 int pmAstrometryGetExtraOrders (void) { 28 return transform_extra_orders; 29 } 30 31 int pmAstrometrySetExtraOrders (int orders) { 32 transform_extra_orders = orders; 33 return transform_extra_orders; 34 } 35 25 36 // this is used by the test output block 26 37 static int Nout = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
