thanks.
@curt, jim: Can you fix this in the cvs?
On the other hand, this is not critical, because the formula where _c2 is a divisor is already exchanged by a formula where _c2 is a factor (the definition of _c2 has also changed).
Thanks, Maik
Frederic Bouvier schrieb:
Hello,
MSVC found the problem below at compile time. Anyway, good work Maik.
Cheers, -Fred
D:\FlightGear\cvs\FlightGear\src\FDM\YASim>cvs diff -u Rotorpart.cpp Index: Rotorpart.cpp =================================================================== RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/FDM/YASim/Rotorpart.cpp,v retrieving revision 1.1 diff -u -r1.1 Rotorpart.cpp --- Rotorpart.cpp 16 Oct 2003 14:40:13 -0000 1.1 +++ Rotorpart.cpp 17 Oct 2003 06:29:56 -0000 @@ -347,7 +347,7 @@
float fcw; if(_c2==0) - fcw==0; + fcw=0; else //fcw=vz/_c2*_maxpitchforce*_omega/_omegan;
fcw=vz*(_c2-1)*_maxpitchforce*_omega/(_omegan*_omegan*_len*_maxpitch);
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
