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

Definition at line 4063 of file t_erfa_c.c.

References eraGd2gce(), viv(), and vvd().

Referenced by main().

4078 {
4079  int j;
4080  double a = 6378136.0, f = 0.0033528;
4081  double e = 3.1, p = -0.5, h = 2500.0;
4082  double xyz[3];
4083 
4084  j = eraGd2gce(a, f, e, p, h, xyz);
4085 
4086  viv(j, 0, "eraGd2gce", "j", status);
4087  vvd(xyz[0], -5598999.6665116328, 1e-7, "eraGd2gce", "0", status);
4088  vvd(xyz[1], 233011.63514630572, 1e-7, "eraGd2gce", "1", status);
4089  vvd(xyz[2], -3040909.0517314132, 1e-7, "eraGd2gce", "2", status);
4090 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24
int eraGd2gce(double a, double f, double elong, double phi, double height, double xyz[3])
Definition: gd2gce.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: