Added aspect data as comments
This commit is contained in:
parent
6fbfe2dde6
commit
be2f131a75
@ -68,8 +68,14 @@ typedef struct {
|
|||||||
gboolean major;
|
gboolean major;
|
||||||
} aspectData_t;
|
} aspectData_t;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* conjuction - 0, 8
|
||||||
|
* sextile - 60, 4
|
||||||
|
* square - 90, 8
|
||||||
|
* trine - 120, 4
|
||||||
|
* opposition - 180, 8
|
||||||
|
*/
|
||||||
const aspectData_t aspectData[] = {
|
const aspectData_t aspectData[] = {
|
||||||
{ "Trigon", 60, 6.0, TRUE, TRUE },
|
|
||||||
{ NULL, 0, 0.0, FALSE, FALSE }
|
{ NULL, 0, 0.0, FALSE, FALSE }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user