mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +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
|
@ -33,7 +33,7 @@ namespace ns3 {
|
|||
class IslPropagationLossModel : public PropagationLossModel
|
||||
{
|
||||
public:
|
||||
static const double EARTH_RAD;
|
||||
static const double EARTH_RAD_E6;
|
||||
|
||||
static TypeId GetTypeId (void);
|
||||
IslPropagationLossModel ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue