From ed2fc539b2ee47ab16f468542bccb110dbe4093f Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 28 Oct 1997 21:07:21 +0000 Subject: [PATCH] Changed GLUT/ -> Main/ --- Time/depend | 4 ++-- Time/sunpos.c | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Time/depend b/Time/depend index a4cdb8767..c73ae5e35 100644 --- a/Time/depend +++ b/Time/depend @@ -5,8 +5,8 @@ fg_timer.o: fg_timer.c fg_timer.h sptest.o: sptest.c sunpos.h ../types.h ../constants.h sunpos.o: sunpos.c sunpos.h ../types.h fg_time.h ../Flight/flight.h \ ../Flight/Slew/slew.h ../Flight/LaRCsim/ls_interface.h \ - ../Flight/LaRCsim/../flight.h ../constants.h ../GLUT/views.h \ - ../GLUT/../types.h ../GLUT/../Flight/flight.h ../GLUT/../Math/mat3.h \ + ../Flight/LaRCsim/../flight.h ../constants.h ../Main/views.h \ + ../Main/../types.h ../Main/../Flight/flight.h ../Main/../Math/mat3.h \ ../Math/fg_geodesy.h ../Math/mat3.h ../Math/polar.h \ ../Math/../types.h ttest.o: ttest.c diff --git a/Time/sunpos.c b/Time/sunpos.c index 1e593bc02..25cfc0981 100644 --- a/Time/sunpos.c +++ b/Time/sunpos.c @@ -46,7 +46,7 @@ #include "sunpos.h" #include "fg_time.h" #include "../constants.h" -#include "../GLUT/views.h" +#include "../Main/views.h" #include "../Math/fg_geodesy.h" #include "../Math/mat3.h" #include "../Math/polar.h" @@ -303,10 +303,13 @@ void fgUpdateSunPos(struct fgCartesianPoint scenery_center) { /* $Log$ -/* Revision 1.10 1997/09/13 02:00:09 curt -/* Mostly working on stars and generating sidereal time for accurate star -/* placement. +/* Revision 1.11 1997/10/28 21:07:21 curt +/* Changed GLUT/ -> Main/ /* + * Revision 1.10 1997/09/13 02:00:09 curt + * Mostly working on stars and generating sidereal time for accurate star + * placement. + * * Revision 1.9 1997/09/05 14:17:31 curt * More tweaking with stars. * -- 2.39.2