|
|
1.1 ! root 1: /* ! 2: * Coherent time to Julian day in integers. ! 3: */ ! 4: #include "local_misc.h" ! 5: ! 6: time_t ! 7: jday_to_time(jd) ! 8: jday_t jd; ! 9: { ! 10: return (((jd.j_d-COHEPOCH)*86400L)+jd.j_s-86400L/2); ! 11: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.