diff --git a/src/propagation/examples/jakes-propagation-model-example.cc b/src/propagation/examples/jakes-propagation-model-example.cc index 940c7d2a7..ea44e2861 100644 --- a/src/propagation/examples/jakes-propagation-model-example.cc +++ b/src/propagation/examples/jakes-propagation-model-example.cc @@ -36,11 +36,14 @@ public: JakesPropagationExample (); ~JakesPropagationExample (); private: - Ptr m_loss; - Ptr m_firstMobility; - Ptr m_secondMobility; - Time m_step; - EventId m_nextEvent; + Ptr m_loss; //!< loss + Ptr m_firstMobility; //!< first Mobility + Ptr m_secondMobility; //!CalcRxPower (0, m_firstMobility, m_secondMobility) << std::endl; + std::cout << Simulator::Now ().As (Time::MS) << " " << m_loss->CalcRxPower (0, m_firstMobility, m_secondMobility) << std::endl; } int main (int argc, char *argv[])