Add possibility to calculate Moon South Node position

This commit is contained in:
2016-09-20 15:23:47 +02:00
parent aed102ea11
commit c0711d512d
3 changed files with 15 additions and 0 deletions

View File

@@ -202,6 +202,13 @@ void gswe_init_with_dir(gchar *directory)
2.0,
1
);
ADD_PLANET(gswe_planet_info_table, planet_info,
GSWE_PLANET_MOON_SOUTH_NODE,
SE_MEAN_NODE,
TRUE,
_("Descending Moon Node"),
2.0,
0);
ADD_PLANET(gswe_planet_info_table, planet_info,
GSWE_PLANET_MOON_APOGEE,
SE_MEAN_APOG,