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

Definition at line 941 of file t_erfa_c.c.

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

Referenced by main().

956 {
957  double theta;
958  eraASTROM astrom;
959 
960 
961  astrom.along = 1.234;
962  theta = 5.678;
963 
964  eraAper(theta, &astrom);
965 
966  vvd(astrom.eral, 6.912000000000000000, 1e-12,
967  "eraAper", "pmt", status);
968 
969 }
void eraAper(double theta, eraASTROM *astrom)
Definition: aper.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: