From: Bertrand <bco...@us...> - 2016-07-10 09:06:11
|
Update of /cvsroot/jsbsim/JSBSim/aircraft/L410 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24735/aircraft/L410 Modified Files: reset00.xml Log Message: Modified the elevation to 2000 ft for the turboprop feature 'EnginePowerVC' to have a noticeable effect. Index: reset00.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/aircraft/L410/reset00.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** reset00.xml 25 Jun 2016 17:45:42 -0000 1.2 --- reset00.xml 10 Jul 2016 09:06:08 -0000 1.3 *************** *** 14,18 **** <psi unit="DEG"> 0.0 </psi> <altitude unit="FT"> 7.1 </altitude> ! <elevation unit="FT"> 0.0 </elevation> <hwind> 0.0 </hwind> </initialize> --- 14,18 ---- <psi unit="DEG"> 0.0 </psi> <altitude unit="FT"> 7.1 </altitude> ! <elevation unit="FT"> 2000.0 </elevation> <hwind> 0.0 </hwind> </initialize> |