]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/10520d.hxx
Initial revision.
[flightgear.git] / src / FDM / 10520d.hxx
index e4e41fc2c31a29097a27a1b84407110f8cd719b0..2b2c2388913b45c604bbc000e9779ac8f1b10692 100644 (file)
@@ -51,7 +51,7 @@
 #define _10520D_HXX_
 
 
-#include <iostream.h>
+#include <iostream>
 #include <math.h>
 
 
@@ -104,6 +104,7 @@ private:
     float Alpha1;
     float FGProp1_Blade_Angle;
     float FGProp_Fine_Pitch_Stop;
+    float FGProp_Course_Pitch_Stop;
 
     // Other internal values
     float Rho;
@@ -138,4 +139,4 @@ public:
 };
 
 
-#endif _10520D_HXX_
+#endif // _10520D_HXX_