1
0
Fork 0

Just commenting out a few error print statements, which I had overlooked.

This commit is contained in:
durk 2006-03-26 21:42:47 +00:00
parent 3c738b5cee
commit ad7a6736d7

View file

@ -704,21 +704,21 @@ void FGAIAircraft::ProcessFlightPlan( double dt, time_t now )
dep->getDynamics()->releaseParking(fp->getGate());
}
// Some debug messages, specific to testing the Logical networks.
if ((arr->getId() == string("EHAM")) && (prev->name == "Center"))
{
// if ((arr->getId() == string("EHAM")) && (prev->name == "Center"))
// {
cerr << "Schiphol ground "
<< trafficRef->getRegistration() << " "
<< trafficRef->getCallSign();
if (trafficRef->getHeavy())
cerr << "Heavy";
cerr << ", arriving from " << dep->getName() ;
cerr << " landed runway "
<< fp->getRunway()
<< " request taxi to gate "
<< arr->getDynamics()->getParkingName(fp->getGate())
<< endl;
}
// cerr << "Schiphol ground "
// << trafficRef->getRegistration() << " "
// << trafficRef->getCallSign();
// if (trafficRef->getHeavy())
// cerr << "Heavy";
// cerr << ", arriving from " << dep->getName() ;
// cerr << " landed runway "
// << fp->getRunway()
// << " request taxi to gate "
// << arr->getDynamics()->getParkingName(fp->getGate())
// << endl;
// }
if (prev->name == "END")
fp->setTime(trafficRef->getDepartureTime());
//cerr << "5" << endl;