forked from speed-dreams/speed-dreams-code
Remove a spamming printf.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6019 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4f6c8f96990e514d268be0d155124cfd2a6d5063 Former-commit-id: 8bc7f8301291ccccfbc315f5a91047b23f8a2037
This commit is contained in:
parent
a22710b2a7
commit
8739896e50
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ SimCarUpdateForces(tCar *car)
|
|||
else {F.F.x -= w;}
|
||||
}
|
||||
}
|
||||
printf("F.F.z=%g F.M.x=%g\n",F.F.z,F.M.x);
|
||||
|
||||
/* compute accelerations */
|
||||
car->DynGC.acc.x = F.F.x * minv;
|
||||
car->DynGC.acc.y = F.F.y * minv;
|
||||
|
|
Loading…
Reference in a new issue