suitcase

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

caldate_norm.c (132B)


      1 #include <tai/caldate.h>
      2 
      3 void caldate_normalize(struct caldate *cd)
      4 {
      5   caldate_frommjd(cd,caldate_mjd(cd),(int *) 0,(int *) 0);
      6 }