mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Add more debug output
This commit is contained in:
parent
6a31de4a0e
commit
333abfcdd4
1 changed files with 2 additions and 0 deletions
|
@ -71,11 +71,13 @@ LeoPropagationLossModel::GetAngle (Ptr<MobilityModel> a, Ptr<MobilityModel> b)
|
|||
{
|
||||
pa = x - y;
|
||||
pb = y;
|
||||
NS_LOG_DEBUG ("LEO ground -> space");
|
||||
}
|
||||
else
|
||||
{
|
||||
pa = y - x;
|
||||
pb = x;
|
||||
NS_LOG_DEBUG ("LEO space -> ground");
|
||||
}
|
||||
|
||||
double prod = (pa.x*-pb.x) + (pa.y*-pb.y) + (pa.z*-pb.z);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue