FACT++  1.0
static void t_aper13 ( int *  status)
static

Definition at line 971 of file t_erfa_c.c.

References eraASTROM::along, eraAper13(), eraASTROM::eral, and vvd().

Referenced by main().

986 {
987  double ut11, ut12;
988  eraASTROM astrom;
989 
990 
991  astrom.along = 1.234;
992  ut11 = 2456165.5;
993  ut12 = 0.401182685;
994 
995  eraAper13(ut11, ut12, &astrom);
996 
997  vvd(astrom.eral, 3.316236661789694933, 1e-12,
998  "eraAper13", "pmt", status);
999 
1000 }
void eraAper13(double ut11, double ut12, eraASTROM *astrom)
Definition: aper13.c:3
double eral
Definition: erfam.h:31
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double along
Definition: erfam.h:24

+ Here is the call graph for this function:

+ Here is the caller graph for this function: