]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGRotor.h
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / JSBSim / FGRotor.h
index 2fddbaf2a79b7d9998cc4fe3f8876d55cd1254b1..2e4b3b34d87119a2922778781e135d26880695f4 100644 (file)
@@ -70,8 +70,8 @@ public:
   ~FGRotor();
 
   double Calculate(double);
-  string GetThrusterLabels(int id);
-  string GetThrusterValues(int id);
+  string GetThrusterLabels(int id, string delimeter);
+  string GetThrusterValues(int id, string delimeter);
 
 private:
   void Debug(int from);