comm radio subsystem
This commit is contained in:
parent
2c91f179d1
commit
80e5585cc3
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ double FGATCController::calculate_attenuation(FGTrafficRecord * rec, FGAirportDy
|
|||
else
|
||||
transmitter_height += Aircraft_HAAT;
|
||||
|
||||
cerr << "ITM:: RCVhgt: " << receiver_height << ", TRXhgt: " << transmitter_height << ", Distance: " << distance_m << endl;
|
||||
cerr << "ITM:: RX-height: " << receiver_height << ", TX-height: " << transmitter_height << ", Distance: " << distance_m << endl;
|
||||
|
||||
|
||||
unsigned int e_size = (deque<unsigned>::size_type)max_points;
|
||||
|
|
Loading…
Reference in a new issue