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

Definition at line 7830 of file t_erfa_c.c.

References eraS2p(), and vvd().

Referenced by main().

7845 {
7846  double p[3];
7847 
7848 
7849  eraS2p(-3.21, 0.123, 0.456, p);
7850 
7851  vvd(p[0], -0.4514964673880165228, 1e-12, "eraS2p", "x", status);
7852  vvd(p[1], 0.0309339427734258688, 1e-12, "eraS2p", "y", status);
7853  vvd(p[2], 0.0559466810510877933, 1e-12, "eraS2p", "z", status);
7854 
7855 }
void eraS2p(double theta, double phi, double r, double p[3])
Definition: s2p.c:3
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58

+ Here is the call graph for this function:

+ Here is the caller graph for this function: