Bugfixes and performance optimizations

This commit is contained in:
Tim Schubert 2020-08-18 01:02:39 +02:00
parent 0f49ceb4aa
commit dd55b495c4
7 changed files with 19 additions and 17 deletions

View file

@ -89,7 +89,7 @@ IslPropagationLossModel::DoCalcRxPower (double txPowerDbm,
{
if (!GetLos (a, b))
{
return 0.0;
return -1000.0;
}
NS_LOG_INFO ("LOS;"<<a->GetPosition ()<<";"<<b->GetPosition ());