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

Definition at line 1448 of file palTest.c.

References palPa(), and vvd().

Referenced by main().

1448  {
1449  vvd ( palPa ( -1.567, 1.5123, 0.987 ),
1450  -1.486288540423851, 1e-12, "palPa", " ", status );
1451  vvd ( palPa ( 0, 0.789, 0.789 ),
1452  0, 0, "palPa", "zenith", status );
1453 }
double palPa(double ha, double dec, double phi)
Definition: palPa.c:83
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99

+ Here is the call graph for this function:

+ Here is the caller graph for this function: