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

Definition at line 538 of file palTest.c.

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

Referenced by main().

538  {
539  double dd;
540  int j;
541 
542  palDtf2d (23, 56, 59.1, &dd, &j);
543  vvd ( dd, 0.99790625, 1e-12, "palDtf2d", "D", status );
544  viv ( j, 0, "palDtf2d", "J", status );
545 }
void palDtf2d(int ihour, int imin, double sec, double *days, int *j)
Definition: palOne2One.c:893
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: palTest.c:65
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: