|
From: Erik H. <eh...@us...> - 2015-10-24 11:51:16
|
Update of /cvsroot/jsbsim/JSBSim/utils/aeromatic++ In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10827 Modified Files: Aircraft.cpp types.h Log Message: Fix LBS_TO_KG and add a proper estimation of psfc Index: types.h =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/utils/aeromatic++/types.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** types.h 22 Oct 2015 08:14:30 -0000 1.7 --- types.h 24 Oct 2015 11:51:12 -0000 1.8 *************** *** 48,53 **** #define LITER_TO_CUBINC_INCH 0.016387f ! #define KG_TO_LBS 0.4535f ! #define LBS_TO_KG 2.205f #define KG_M2_TO_SLUG_FT2 0.737562142f --- 48,53 ---- #define LITER_TO_CUBINC_INCH 0.016387f ! #define LBS_TO_KG 0.4535f ! #define KG_TO_LBS 2.205f #define KG_M2_TO_SLUG_FT2 0.737562142f |