From be2f131a7555d9a007dd82b05721bc6c2db3723d Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Wed, 21 Aug 2013 17:07:19 +0200 Subject: [PATCH] Added aspect data as comments --- src/gradix.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/gradix.c b/src/gradix.c index 6b25679..fc4c0a0 100644 --- a/src/gradix.c +++ b/src/gradix.c @@ -68,8 +68,14 @@ typedef struct { gboolean major; } aspectData_t; +/* + * conjuction - 0, 8 + * sextile - 60, 4 + * square - 90, 8 + * trine - 120, 4 + * opposition - 180, 8 + */ const aspectData_t aspectData[] = { - { "Trigon", 60, 6.0, TRUE, TRUE }, { NULL, 0, 0.0, FALSE, FALSE } };