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

Definition at line 4630 of file t_erfa_c.c.

References eraLdsun(), and vvd().

Referenced by main().

4645 {
4646  double p[3], e[3], em, p1[3];
4647 
4648 
4649  p[0] = -0.763276255;
4650  p[1] = -0.608633767;
4651  p[2] = -0.216735543;
4652  e[0] = -0.973644023;
4653  e[1] = -0.20925523;
4654  e[2] = -0.0907169552;
4655  em = 0.999809214;
4656 
4657  eraLdsun(p, e, em, p1);
4658 
4659  vvd(p1[0], -0.7632762580731413169, 1e-12,
4660  "eraLdsun", "1", status);
4661  vvd(p1[1], -0.6086337635262647900, 1e-12,
4662  "eraLdsun", "2", status);
4663  vvd(p1[2], -0.2167355419322321302, 1e-12,
4664  "eraLdsun", "3", status);
4665 
4666 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraLdsun(double p[3], double e[3], double em, double p1[3])
Definition: ldsun.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: