Skip to content

Commit

Permalink
update to 2.09.03 (#70)
Browse files Browse the repository at this point in the history
 bug fix
  • Loading branch information
timotejroiko authored Sep 8, 2020
1 parent 16c6372 commit 80fa539
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 94 deletions.
8 changes: 8 additions & 0 deletions deps/swisseph/swedll.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,18 @@ DllImport int CALL_CONV_IMP swe_houses_ex(
double tjd_ut, int32 iflag, double geolat, double geolon, int hsys,
double *hcusps, double *ascmc);

DllImport int CALL_CONV_IMP swe_houses_ex2(
double tjd_ut, int32 iflag, double geolat, double geolon, int hsys,
double *hcusps, double *ascmc, double *cusp_speed, double *ascmc_speed, char *serr);

DllImport int CALL_CONV_IMP swe_houses_armc(
double armc, double geolat, double eps, int hsys,
double *hcusps, double *ascmc);

DllImport int CALL_CONV_IMP swe_houses_armc_ex2(
double armc, double geolat, double eps, int hsys,
double *hcusps, double *ascmc, double *cusp_speed, double *ascmc_speed, char *serr);

DllImport double CALL_CONV_IMP swe_house_pos(
double armc, double geolon, double eps, int hsys, double *xpin, char *serr);

Expand Down
Loading

0 comments on commit 80fa539

Please sign in to comment.