From: curt Date: Wed, 8 Jul 1998 14:48:38 +0000 (+0000) Subject: polar3d.h renamed to polar3d.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1bfa27012842073e5ec3798c154ad623cc84bf2e;p=flightgear.git polar3d.h renamed to polar3d.hxx --- diff --git a/Time/light.cxx b/Time/light.cxx index 79276d5e6..13c4913c5 100644 --- a/Time/light.cxx +++ b/Time/light.cxx @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include "fg_time.hxx" #include "light.hxx" @@ -167,6 +167,9 @@ void fgLightUpdate ( void ) { // $Log$ +// Revision 1.10 1998/07/08 14:48:38 curt +// polar3d.h renamed to polar3d.hxx +// // Revision 1.9 1998/05/29 20:37:51 curt // Renamed .table to be
so we can add a .gz under DOS. // diff --git a/Time/light.hxx b/Time/light.hxx index 96b399841..a9a77b541 100644 --- a/Time/light.hxx +++ b/Time/light.hxx @@ -62,7 +62,7 @@ public: double sun_lon, sun_gc_lat; // in cartesian coordiantes - fgCartesianPoint3d fg_sunpos; + fgPoint3d fg_sunpos; // (in view coordinates) GLfloat sun_vec[4]; @@ -114,6 +114,9 @@ void fgLightUpdate ( void ); // $Log$ +// Revision 1.5 1998/07/08 14:48:39 curt +// polar3d.h renamed to polar3d.hxx +// // Revision 1.4 1998/05/20 20:54:17 curt // Converted fgLIGHT to a C++ class. // diff --git a/Time/sunpos.cxx b/Time/sunpos.cxx index 0f087b732..4bb75a5f1 100644 --- a/Time/sunpos.cxx +++ b/Time/sunpos.cxx @@ -50,8 +50,8 @@ #include
#include #include -#include -#include +#include +#include #include #include "fg_time.hxx" @@ -276,7 +276,7 @@ void fgUpdateSunPos( void ) { fgTIME *t; fgVIEW *v; MAT3vec nup, nsun, v0; - fgPolarPoint3d p; + fgPoint3d p; double sun_gd_lat, sl_radius; double ntmp; @@ -350,6 +350,9 @@ void fgUpdateSunPos( void ) { // $Log$ +// Revision 1.9 1998/07/08 14:48:39 curt +// polar3d.h renamed to polar3d.hxx +// // Revision 1.8 1998/05/02 01:53:18 curt // Fine tuning mktime() support because of varying behavior on different // platforms.