sweph 2.10.1-a1 → 2.10.2-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -709,6 +709,15 @@ ext_def(int32) swe_calc_ut(double tjd_ut, int32 ipl, int32 iflag,
709
709
 
710
710
  ext_def(int32) swe_calc_pctr(double tjd, int32 ipl, int32 iplctr, int32 iflag, double *xxret, char *serr);
711
711
 
712
+ ext_def(double) swe_solcross(double x2cross, double jd_et, int32 flag, char *serr);
713
+ ext_def(double) swe_solcross_ut(double x2cross, double jd_ut, int32 flag, char *serr);
714
+ ext_def(double) swe_mooncross(double x2cross, double jd_et, int32 flag, char *serr);
715
+ ext_def(double) swe_mooncross_ut(double x2cross, double jd_ut, int32 flag, char *serr);
716
+ ext_def(double) swe_mooncross_node(double jd_et, int32 flag, double *xlon, double *xlat, char *serr);
717
+ ext_def(double) swe_mooncross_node_ut(double jd_ut, int32 flag, double *xlon, double *xlat, char *serr);
718
+ ext_def(int32) swe_helio_cross(int32 ipl, double x2cross, double jd_et, int32 iflag, int32 dir, double *jd_cross, char *serr);
719
+ ext_def(int32) swe_helio_cross_ut(int32 ipl, double x2cross, double jd_ut, int32 iflag, int32 dir, double *jd_cross, char *serr);
720
+
712
721
  /* fixed stars */
713
722
  ext_def( int32 ) swe_fixstar(
714
723
  char *star, double tjd, int32 iflag,