- fixed keyofsolomon.js

- added elements to planets in astrology.js
- changed sweph file location in pmom.c
This commit is contained in:
Sublunar Space 2019-01-21 21:24:48 +01:00
parent 151a40aab5
commit ea68de9aec
3 changed files with 106 additions and 107 deletions

View file

@ -161,7 +161,7 @@ int * planetary_moment(double lat, double lon, long unixtime, double *lunar, dou
hours = (double) hour + (double) minute / 60 + (double) second / 3600;
// set ephemeris path and flags
swe_set_ephe_path("");
swe_set_ephe_path("lib");
iflag = SEFLG_SPEED;
ipl = SE_MOON;
rsmi = SE_CALC_RISE;