|
|
coherent
/*
* Coherent time to Julian day in integers.
*/
#include "local_misc.h"
time_t
jday_to_time(jd)
jday_t jd;
{
return (((jd.j_d-COHEPOCH)*86400L)+jd.j_s-86400L/2);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.