Fixup example

This commit is contained in:
Tim Schubert 2020-08-30 22:45:11 +02:00
parent 40dbd86736
commit 1c47ac30c7
2 changed files with 7 additions and 7 deletions

View file

@ -339,7 +339,7 @@ LeoChannelHelper::Install (std::vector<Ptr<Node> > &satellites, std::vector<Ptr<
Ptr<LeoMockChannel> channel = m_channelFactory.Create<LeoMockChannel> ();
channel->SetPropagationLoss (m_propagationLossFactory.Create<LeoPropagationLossModel> ());
channel->SetPropagationDelay (m_propagationLossFactory.Create<ConstantSpeedPropagationDelayModel> ());
channel->SetPropagationDelay (m_propagationDelayFactory.Create<ConstantSpeedPropagationDelayModel> ());
NetDeviceContainer container;