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

Definition at line 2714 of file t_erfa_c.c.

References eraCp(), and vvd().

Referenced by main().

2729 {
2730  double p[3], c[3];
2731 
2732 
2733  p[0] = 0.3;
2734  p[1] = 1.2;
2735  p[2] = -2.5;
2736 
2737  eraCp(p, c);
2738 
2739  vvd(c[0], 0.3, 0.0, "eraCp", "1", status);
2740  vvd(c[1], 1.2, 0.0, "eraCp", "2", status);
2741  vvd(c[2], -2.5, 0.0, "eraCp", "3", status);
2742 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraCp(double p[3], double c[3])
Definition: cp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: