forked from speed-dreams/speed-dreams-code
replace print by GfOut in wheel.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5457 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e1fff0c12eb8a077ddadbe507e6d8b7c5c713199 Former-commit-id: f50a7ea28752d4019756515a05333d6fde896c02
This commit is contained in:
parent
706cab20d2
commit
58459871e4
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <tgf.h>
|
||||
#include "sim.h"
|
||||
|
||||
static const char *WheelSect[4] = {SECT_FRNTRGTWHEEL, SECT_FRNTLFTWHEEL, SECT_REARRGTWHEEL, SECT_REARLFTWHEEL};
|
||||
|
@ -318,7 +318,7 @@ void SimWheelUpdateForce(tCar *car, int index)
|
|||
car->carElt->_tyreT_out(index) = wheel->Ttire;
|
||||
car->carElt->_tyreCondition(index) = tireCond;
|
||||
}
|
||||
printf("T=%g, W=%g\n",wheel->Ttire,Work);
|
||||
GfOut("T=%g, W=%g\n",wheel->Ttire, Work);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue