don't exit on REM completion
authorNicola Baldo <nicola@baldo.biz>
Sun, 05 Feb 2012 18:43:40 +0100
changeset 8606 7542c79c9d19
parent 8605 55a01da4a323
child 8607 a93200ce0d90
don't exit on REM completion
src/lte/helper/radio-environment-map-helper.cc
--- a/src/lte/helper/radio-environment-map-helper.cc	Tue Jan 31 11:51:51 2012 +0100
+++ b/src/lte/helper/radio-environment-map-helper.cc	Sun Feb 05 18:43:40 2012 +0100
@@ -207,8 +207,6 @@
   if (m_exitWhenDone)
     {
       Simulator::Stop ();
-      Simulator::Destroy ();
-      exit (0);
     }
 }