From: Erik H. <eh...@us...> - 2016-12-21 08:08:36
|
Update of /cvsroot/jsbsim/JSBSim/src/models In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18510 Modified Files: FGMassBalance.h Log Message: Add a missing break statement Index: FGMassBalance.h =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/src/models/FGMassBalance.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** FGMassBalance.h 26 Mar 2016 18:54:27 -0000 1.37 --- FGMassBalance.h 21 Dec 2016 08:08:32 -0000 1.38 *************** *** 237,240 **** --- 237,241 ---- mPMInertia(2,2) = mPMInertia(1,1); mPMInertia(3,3) = mPMInertia(1,1); + break; case esBall: mPMInertia(1,1) = (Weight/(slugtolb*5))*Radius*Radius*2; // (2mr^2)/5 |