forked from speed-dreams/speed-dreams-code
- update simuV4
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7518 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ab95a9a673ea15ab9857faf8cc6aaa06200921b0 Former-commit-id: a1618ab82b48a869226907289d306106fbb6f98a
This commit is contained in:
parent
98419bb92b
commit
16ec49917e
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ void SimWheelConfig(tCar *car, int index)
|
|||
wheel->muTDmult[1] = (tdble) ((1.0 - wheel->muTDoffset[1]) / (1.0 - wheel->critTreadDepth));
|
||||
wheel->muTDoffset[1] = wheel->muTDoffset[1] - wheel->muTDmult[1] * wheel->critTreadDepth;
|
||||
|
||||
GfLogInfo(" # Sim heatingm = %.9f\n", wheel->heatingm);
|
||||
GfLogInfo(" # Sim wearrate = %.9f\n", wheel->wearrate);
|
||||
GfLogDebug(" # Sim heatingm = %.9f\n", wheel->heatingm);
|
||||
GfLogDebug(" # Sim wearrate = %.9f\n", wheel->wearrate);
|
||||
|
||||
/* components */
|
||||
SimSuspConfig(car, hdle, SuspSect[index], &(wheel->susp), index);
|
||||
|
|
Loading…
Reference in a new issue