Made builtin birth datas more accurate
This commit is contained in:
parent
43e3984ce7
commit
3562de5d93
@ -118,12 +118,12 @@ main(int argc, char *argv[])
|
|||||||
day = 11,
|
day = 11,
|
||||||
hour = 23,
|
hour = 23,
|
||||||
min = 39,
|
min = 39,
|
||||||
sec = 45,
|
sec = 34,
|
||||||
p;
|
p;
|
||||||
guint *point;
|
guint *point;
|
||||||
double timezone = 1.0,
|
double timezone = 1.0,
|
||||||
lon = 19.081599,
|
lon = 20.766666,
|
||||||
lat = 47.462485,
|
lat = 48.2,
|
||||||
alt = 200,
|
alt = 200,
|
||||||
te,
|
te,
|
||||||
cusps[13],
|
cusps[13],
|
||||||
@ -143,6 +143,9 @@ main(int argc, char *argv[])
|
|||||||
day = 7;
|
day = 7;
|
||||||
hour = 11;
|
hour = 11;
|
||||||
min = 54;
|
min = 54;
|
||||||
|
sec = 47;
|
||||||
|
lon = 19.081599;
|
||||||
|
lat = 47.462485;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
signDataTable = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_free);
|
signDataTable = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_free);
|
||||||
|
Loading…
Reference in New Issue
Block a user