From: Bertrand <bco...@us...> - 2016-06-25 17:45:46
|
Update of /cvsroot/jsbsim/JSBSim/aircraft/L410 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5544 Modified Files: reset00.xml Log Message: Set a better initial altitude to avoid a rebound of the aircraft. Index: reset00.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/aircraft/L410/reset00.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** reset00.xml 12 Apr 2015 16:55:48 -0000 1.1 --- reset00.xml 25 Jun 2016 17:45:42 -0000 1.2 *************** *** 13,17 **** <theta unit="DEG"> 0.0 </theta> <psi unit="DEG"> 0.0 </psi> ! <altitude unit="FT"> 6.5 </altitude> <elevation unit="FT"> 0.0 </elevation> <hwind> 0.0 </hwind> --- 13,17 ---- <theta unit="DEG"> 0.0 </theta> <psi unit="DEG"> 0.0 </psi> ! <altitude unit="FT"> 7.1 </altitude> <elevation unit="FT"> 0.0 </elevation> <hwind> 0.0 </hwind> |