mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-31 03:00:07 +02:00
Fix LOS computation for ISL
This commit is contained in:
parent
bf59e66526
commit
0f49ceb4aa
10 changed files with 37 additions and 22 deletions
|
@ -92,6 +92,7 @@ Vector3D
|
|||
LeoCircularOrbitMobilityModel::PlaneNorm () const
|
||||
{
|
||||
int sign = 1;
|
||||
// ensure correct gradient (not against earth rotation)
|
||||
if (m_inclination < M_PI/4)
|
||||
{
|
||||
sign = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue