}
void FGAirportDynamics::warning (const char * message, int line, int column) {
- cout << "Warning: " << message << " (" << line << ',' << column << ')'
- << endl;
+ //cout << "Warning: " << message << " (" << line << ',' << column << ')'
+ // << endl;
}
void FGAirportDynamics::error (const char * message, int line, int column) {
- cout << "Error: " << message << " (" << line << ',' << column << ')'
- << endl;
+ //cout << "Error: " << message << " (" << line << ',' << column << ')'
+ // << endl;
}
void FGAirportDynamics::setRwyUse(const FGRunwayPreference& ref)
}
void FGRunwayPreference::warning (const char * message, int line, int column) {
- cout << "Warning: " << message << " (" << line << ',' << column << ')'
- << endl;
+ //cout << "Warning: " << message << " (" << line << ',' << column << ')'
+ // << endl;
}
void FGRunwayPreference::error (const char * message, int line, int column) {
- cout << "Error: " << message << " (" << line << ',' << column << ')'
- << endl;
+ //cout << "Error: " << message << " (" << line << ',' << column << ')'
+ // << endl;
}