]> git.mxchange.org Git - flightgear.git/commitdiff
polar.h -> polar3d.h
authorcurt <curt>
Sun, 3 May 1998 00:46:45 +0000 (00:46 +0000)
committercurt <curt>
Sun, 3 May 1998 00:46:45 +0000 (00:46 +0000)
Cockpit/cockpit.cxx
Cockpit/hud.cxx
Time/light.cxx

index 9d53c1e3ad7d43e1c23499840b333885e3059271..736847e3ef599aa6537800ee8b958abb4c8dc8e2 100644 (file)
@@ -42,7 +42,7 @@
 #include <Debug/fg_debug.h>
 #include <Math/fg_random.h>
 #include <Math/mat3.h>
-#include <Math/polar.h>
+#include <Math/polar3d.h>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 #include <Weather/weather.h>
@@ -104,9 +104,12 @@ void fgCockpitUpdate( void )
 
 
 /* $Log$
-/* Revision 1.3  1998/04/30 12:36:02  curt
-/* C++-ifying a couple source files.
+/* Revision 1.4  1998/05/03 00:46:45  curt
+/* polar.h -> polar3d.h
 /*
+ * Revision 1.3  1998/04/30 12:36:02  curt
+ * C++-ifying a couple source files.
+ *
  * Revision 1.2  1998/04/25 22:06:26  curt
  * Edited cvs log messages in source files ... bad bad bad!
  *
index 2927c25dab6f2f88e0e6044b8c63d2e403c26089..18418bfab5788fd136e40b73d0516f3c8b5ca107 100644 (file)
@@ -45,7 +45,7 @@
 #include <Include/fg_constants.h>
 #include <Math/fg_random.h>
 #include <Math/mat3.h>
-#include <Math/polar.h>
+#include <Math/polar3d.h>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 #include <Weather/weather.h>
@@ -1605,9 +1605,12 @@ void fgHUDSetBrightness( Hptr hud, int brightness )
 }
 
 /* $Log$
-/* Revision 1.3  1998/04/30 12:36:02  curt
-/* C++-ifying a couple source files.
+/* Revision 1.4  1998/05/03 00:46:46  curt
+/* polar.h -> polar3d.h
 /*
+ * Revision 1.3  1998/04/30 12:36:02  curt
+ * C++-ifying a couple source files.
+ *
  * Revision 1.2  1998/04/25 22:06:27  curt
  * Edited cvs log messages in source files ... bad bad bad!
  *
index 4d67b4d0f8ac1a5faaed7fe34db3e9946d2a9229..2be515dc9b83de6b0a1521cbee20b0d843c87194 100644 (file)
@@ -42,7 +42,7 @@
 #include <Math/fg_geodesy.h>
 #include <Math/interpolater.hxx>
 #include <Math/mat3.h>
-#include <Math/polar.h>
+#include <Math/polar3d.h>
 
 #include "fg_time.hxx"
 #include "light.hxx"
@@ -158,6 +158,9 @@ void fgLightUpdate( void ) {
 
 
 // $Log$
+// Revision 1.5  1998/05/03 00:48:38  curt
+// polar.h -> polar3d.h
+//
 // Revision 1.4  1998/04/28 01:22:18  curt
 // Type-ified fgTIME and fgVIEW.
 //