(split from Astrognome)Added planetary distance to GsweAspectData structure

This commit is contained in:
2013-09-03 11:26:09 +02:00
parent e5a12923fa
commit b446037e2f
2 changed files with 6 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ typedef struct {
GswePlanetData *planet1;
GswePlanetData *planet2;
GsweAspect aspect;
gdouble distance;
gdouble difference;
GsweAspectInfo *aspect_info;
} GsweAspectData;