diff --git a/src/spectrum/examples/adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc b/src/spectrum/examples/adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc index 44f143db3..f0f7d1cd1 100644 --- a/src/spectrum/examples/adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc +++ b/src/spectrum/examples/adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc @@ -61,7 +61,7 @@ PhyRxEndOkTrace (std::string context, Ptr p) int main (int argc, char** argv) { CommandLine cmd; - double lossDb; + double lossDb = 150; double txPowerW = 0.1; uint64_t phyRate = 500000; uint32_t pktSize = 1000;