function jed = epoch_to_jed_jed ( ) %*****************************************************************************80 % %% EPOCH_TO_JED_JED returns the epoch of the JED as a JED. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 14 June 2012 % % Author: % % John Burkardt % % Parameters: % % Output, real JED, the Julian Ephemeris Date of the epoch. % jed = 0.0; return end