Just commenting out a few error print statements, which I had overlooked.
This commit is contained in:
parent
3c738b5cee
commit
ad7a6736d7
1 changed files with 14 additions and 14 deletions
|
@ -704,21 +704,21 @@ void FGAIAircraft::ProcessFlightPlan( double dt, time_t now )
|
||||||
dep->getDynamics()->releaseParking(fp->getGate());
|
dep->getDynamics()->releaseParking(fp->getGate());
|
||||||
}
|
}
|
||||||
// Some debug messages, specific to testing the Logical networks.
|
// 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 "
|
// cerr << "Schiphol ground "
|
||||||
<< trafficRef->getRegistration() << " "
|
// << trafficRef->getRegistration() << " "
|
||||||
<< trafficRef->getCallSign();
|
// << trafficRef->getCallSign();
|
||||||
if (trafficRef->getHeavy())
|
// if (trafficRef->getHeavy())
|
||||||
cerr << "Heavy";
|
// cerr << "Heavy";
|
||||||
cerr << ", arriving from " << dep->getName() ;
|
// cerr << ", arriving from " << dep->getName() ;
|
||||||
cerr << " landed runway "
|
// cerr << " landed runway "
|
||||||
<< fp->getRunway()
|
// << fp->getRunway()
|
||||||
<< " request taxi to gate "
|
// << " request taxi to gate "
|
||||||
<< arr->getDynamics()->getParkingName(fp->getGate())
|
// << arr->getDynamics()->getParkingName(fp->getGate())
|
||||||
<< endl;
|
// << endl;
|
||||||
}
|
// }
|
||||||
if (prev->name == "END")
|
if (prev->name == "END")
|
||||||
fp->setTime(trafficRef->getDepartureTime());
|
fp->setTime(trafficRef->getDepartureTime());
|
||||||
//cerr << "5" << endl;
|
//cerr << "5" << endl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue