1
0
Fork 0

Changed GLUT/ -> Main/

This commit is contained in:
curt 1997-10-28 21:07:21 +00:00
parent acfd549ea7
commit ed2fc539b2
2 changed files with 9 additions and 6 deletions

View file

@ -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

View file

@ -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.
*