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

Definition at line 549 of file palTest.c.

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

Referenced by main().

549  {
550  double dr;
551  int j;
552 
553  palDtf2r (23, 56, 59.1, &dr, &j);
554  vvd ( dr, 6.270029887942679, 1e-12, "palDtf2r",
555  "R", status );
556  viv ( j, 0, "palDtf2r", "J", status );
557 }
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 palDtf2r(int ihour, int imin, double sec, double *rad, int *j)
Definition: palOne2One.c:937

+ Here is the call graph for this function:

+ Here is the caller graph for this function: