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

Definition at line 451 of file palTest.c.

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

Referenced by main().

451  {
452  int j;
453  double djm;
454 
455  palCaldj ( 1999, 12, 31, &djm, &j );
456  vvd ( djm, 51543, 0, "palCaldj", " ", status );
457  viv ( j, 0, "palCaldj", "J", status );
458 }
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
void palCaldj(int iy, int im, int id, double *djm, int *j)
Definition: palCaldj.c:87

+ Here is the call graph for this function:

+ Here is the caller graph for this function: