1
0
Fork 0

Comment out stray cout

This commit is contained in:
daveluff 2002-12-16 21:02:07 +00:00
parent 36d3d7fab6
commit 87be5d93a5

View file

@ -417,7 +417,7 @@ void FGAILocalTraffic::FlyTrafficPattern(double dt) {
double magg = sqrt(gxx*gxx + gyy*gyy);
crab = acos((axx*gxx + ayy*gyy) / (maga * magg));
// At this point this works except we're getting the modulus of the angle
cout << "crab = " << crab << '\n';
//cout << "crab = " << crab << '\n';
// Make sure both headings are in the 0->360 circle in order to get sane differences
dclBoundHeading(wind_from);