]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGPropeller.h
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / JSBSim / FGPropeller.h
index 2d5037a97ed8eff910a94c6f8788d9a2b706cd9f..0434e694303038a9de25e49e1eec37412a8e5649 100644 (file)
@@ -125,6 +125,9 @@ public:
                the direction of flight. */
   void SetSense(double s) { Sense = s;}
 
+  double GetSense(void) {return Sense;}
+  double GetPFactorValue(void) {return P_Factor;}
+
   /// Retrieves the pitch of the propeller in degrees.
   double GetPitch(void)         { return Pitch;         }