Ignore:
Timestamp:
01/06/17 11:48:17 (8 years ago)
Author:
tbretz
Message:
Updated to ERFA 1.3.0 (no relevant code change except the leap second at the beginning of 2017)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/erfa/src/dat.c

    r18348 r18711  
    3737**     :  added.                                  :
    3838**     :                                          :
    39 **     :  Latest leap second:  2015 June 30       :
     39**     :  Latest leap second:  2016 December 31   :
    4040**     :                                          :
    4141**     :__________________________________________:
     
    116116**     eraCal2jd    Gregorian calendar to JD
    117117**
    118 **  Copyright (C) 2013-2015, NumFOCUS Foundation.
     118**  Copyright (C) 2013-2016, NumFOCUS Foundation.
    119119**  Derived, with permission, from the SOFA library.  See notes at end of file.
    120120*/
    121121{
    122122/* Release year for this version of eraDat */
    123    enum { IYV = 2015};
     123   enum { IYV = 2016};
    124124
    125125/* Reference dates (MJD) and drift rates (s/day), pre leap seconds */
     
    189189      { 2009,  1, 34.0       },
    190190      { 2012,  7, 35.0       },
    191       { 2015,  7, 36.0       }
     191      { 2015,  7, 36.0       },
     192      { 2017,  1, 37.0       }
    192193   };
    193194
     
    245246** 
    246247** 
    247 **  Copyright (C) 2013-2015, NumFOCUS Foundation.
     248**  Copyright (C) 2013-2016, NumFOCUS Foundation.
    248249**  All rights reserved.
    249250** 
Note: See TracChangeset for help on using the changeset viewer.