FACT++  1.0
void palDtf2d ( int  ihour,
int  imin,
double  sec,
double *  days,
int *  j 
)

Definition at line 893 of file palOne2One.c.

References eraTf2d().

Referenced by t_ctf2d().

893  {
894  *j = eraTf2d( ' ', ihour, imin, sec, days );
895 }
int eraTf2d(char s, int ihour, int imin, double sec, double *days)
Definition: tf2d.c:4

+ Here is the call graph for this function:

+ Here is the caller graph for this function: