Changed GLUT/ -> Main/
This commit is contained in:
parent
acfd549ea7
commit
ed2fc539b2
2 changed files with 9 additions and 6 deletions
|
@ -5,8 +5,8 @@ fg_timer.o: fg_timer.c fg_timer.h
|
||||||
sptest.o: sptest.c sunpos.h ../types.h ../constants.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 \
|
sunpos.o: sunpos.c sunpos.h ../types.h fg_time.h ../Flight/flight.h \
|
||||||
../Flight/Slew/slew.h ../Flight/LaRCsim/ls_interface.h \
|
../Flight/Slew/slew.h ../Flight/LaRCsim/ls_interface.h \
|
||||||
../Flight/LaRCsim/../flight.h ../constants.h ../GLUT/views.h \
|
../Flight/LaRCsim/../flight.h ../constants.h ../Main/views.h \
|
||||||
../GLUT/../types.h ../GLUT/../Flight/flight.h ../GLUT/../Math/mat3.h \
|
../Main/../types.h ../Main/../Flight/flight.h ../Main/../Math/mat3.h \
|
||||||
../Math/fg_geodesy.h ../Math/mat3.h ../Math/polar.h \
|
../Math/fg_geodesy.h ../Math/mat3.h ../Math/polar.h \
|
||||||
../Math/../types.h
|
../Math/../types.h
|
||||||
ttest.o: ttest.c
|
ttest.o: ttest.c
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
#include "sunpos.h"
|
#include "sunpos.h"
|
||||||
#include "fg_time.h"
|
#include "fg_time.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
#include "../GLUT/views.h"
|
#include "../Main/views.h"
|
||||||
#include "../Math/fg_geodesy.h"
|
#include "../Math/fg_geodesy.h"
|
||||||
#include "../Math/mat3.h"
|
#include "../Math/mat3.h"
|
||||||
#include "../Math/polar.h"
|
#include "../Math/polar.h"
|
||||||
|
@ -303,10 +303,13 @@ void fgUpdateSunPos(struct fgCartesianPoint scenery_center) {
|
||||||
|
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
/* Revision 1.10 1997/09/13 02:00:09 curt
|
/* Revision 1.11 1997/10/28 21:07:21 curt
|
||||||
/* Mostly working on stars and generating sidereal time for accurate star
|
/* Changed GLUT/ -> Main/
|
||||||
/* placement.
|
|
||||||
/*
|
/*
|
||||||
|
* 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
|
* Revision 1.9 1997/09/05 14:17:31 curt
|
||||||
* More tweaking with stars.
|
* More tweaking with stars.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue