[Gcblue-commits] gcb_wx/include/sim Game.h,1.56,1.57 tcAeroAirObject.h,1.11,1.12
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-05-26 11:53:50
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28951/include/sim Modified Files: Game.h tcAeroAirObject.h Log Message: air model changes Index: tcAeroAirObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcAeroAirObject.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcAeroAirObject.h 21 May 2005 02:00:28 -0000 1.11 --- tcAeroAirObject.h 26 May 2005 11:53:37 -0000 1.12 *************** *** 83,87 **** ! float GetParasiticDragCoefficient(float vmach); float UpdateThrust(float dt_s); }; --- 83,87 ---- ! float GetParasiticDragCoefficient(float vmach) const; float UpdateThrust(float dt_s); }; Index: Game.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/Game.h,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** Game.h 6 May 2005 23:57:16 -0000 1.56 --- Game.h 26 May 2005 11:53:37 -0000 1.57 *************** *** 51,54 **** --- 51,55 ---- #include "cspDate.h" + namespace ScriptInterface { |