From 954711f7b19c0c6c0697501e36bc2406cd501a12 Mon Sep 17 00:00:00 2001 From: Sean McLeod Date: Wed, 4 Nov 2020 19:14:27 +0200 Subject: [PATCH] Remove outdated comment from FGPropeller --- src/models/propulsion/FGPropeller.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/models/propulsion/FGPropeller.cpp b/src/models/propulsion/FGPropeller.cpp index ab044a9deb..0f56550ee6 100644 --- a/src/models/propulsion/FGPropeller.cpp +++ b/src/models/propulsion/FGPropeller.cpp @@ -50,11 +50,6 @@ namespace JSBSim { CLASS IMPLEMENTATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ -// This class currently makes certain assumptions when calculating torque and -// p-factor. That is, that the axis of rotation is the X axis of the aircraft - -// not just the X-axis of the engine/propeller. This may or may not work for a -// helicopter. - FGPropeller::FGPropeller(FGFDMExec* exec, Element* prop_element, int num) : FGThruster(exec, prop_element, num) {