]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/kr_87.hxx
Commented out a cout statement.
[flightgear.git] / src / Cockpit / kr_87.hxx
index 6c52ba5ed12fc077ea3c2820cff1c05a8d8a7b16..9aa58e09820b02460baa994cb8d9d540b8bf7685 100644 (file)
@@ -60,9 +60,9 @@ class FGKR_87 : public FGSubsystem
     double freq;
     double stby_freq;
     double rotation;
-    double lon;
-    double lat;
-    double elev;
+    double stn_lon;
+    double stn_lat;
+    double stn_elev;
     double range;
     double effective_range;
     double dist;
@@ -134,8 +134,8 @@ public:
 
     // Calculated values
     inline bool get_inrange() const { return inrange; }
-    inline double get_lon() const { return lon; }
-    inline double get_lat() const { return lat; }
+    inline double get_stn_lon() const { return stn_lon; }
+    inline double get_stn_lat() const { return stn_lat; }
     inline double get_heading() const { return heading; }
     inline double get_needle_deg() const { return needle_deg; }
     inline double get_flight_timer() const { return flight_timer; }