Added Moon apogee (Lilith) to planet list.
This commit is contained in:
parent
b4440ab70f
commit
d41e04df1a
@ -403,6 +403,9 @@ main(int argc, char *argv[])
|
||||
printf("North Node: %s, House: %d (%f)\n", signName[planetInfo->sign], planetInfo->house, planetInfo->position);
|
||||
g_free (planetInfo);
|
||||
|
||||
planetInfo = get_planet_info(SE_MEAN_APOG, te, cusps);
|
||||
printf("Dark Moon.: %s, House: %d (%f)\n", signName[planetInfo->sign], planetInfo->house, planetInfo->position);
|
||||
g_free (planetInfo);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user