don't exit on REM completion

This commit is contained in:
Nicola Baldo
2012-02-05 18:43:40 +01:00
parent 26a8816e15
commit fbf751cc7c

View File

@@ -207,8 +207,6 @@ RadioEnvironmentMapHelper::PrintAndDeactivate ()
if (m_exitWhenDone)
{
Simulator::Stop ();
Simulator::Destroy ();
exit (0);
}
}