mirror of
https://github.com/nasa/trick.git
synced 2025-01-09 14:32:53 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
17 lines
454 B
Makefile
17 lines
454 B
Makefile
|
|
SUN_PRED.observer_latitude = 29.55298;
|
|
SUN_PRED.observer_longitude = 95.09379;
|
|
SUN_PRED.observer_offset_from_UTC = -6;
|
|
|
|
SUN_PRED.local_time.year = 2006;
|
|
SUN_PRED.local_time.month = 8;
|
|
SUN_PRED.local_time.day = 8;
|
|
SUN_PRED.local_time.hour = 12;
|
|
SUN_PRED.local_time.min = 0;
|
|
SUN_PRED.local_time.sec = 0.0;
|
|
|
|
SUN_PRED.label_UTC = L"UTC";
|
|
SUN_PRED.label_JD = L"JD";
|
|
SUN_PRED.label_Azimuth = L"A";
|
|
SUN_PRED.label_Elevation = L"h";
|