diff --git a/src/lte/helper/radio-environment-map-helper.cc b/src/lte/helper/radio-environment-map-helper.cc index 5592d6223..35fc20b11 100644 --- a/src/lte/helper/radio-environment-map-helper.cc +++ b/src/lte/helper/radio-environment-map-helper.cc @@ -207,8 +207,6 @@ RadioEnvironmentMapHelper::PrintAndDeactivate () if (m_exitWhenDone) { Simulator::Stop (); - Simulator::Destroy (); - exit (0); } }