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

Definition at line 501 of file palTest.c.

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

Referenced by main().

501  {
502  double d;
503  int j;
504 
505  palCldj ( 1899, 12, 31, &d, &j );
506  vvd ( d, 15019, 0, "palCldj", "D", status );
507  viv ( j, 0, "palCldj", "J", status );
508 }
void palCldj(int iy, int im, int id, double *djm, int *j)
Definition: palOne2One.c:154
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: