don't exit on REM completion
This commit is contained in:
@@ -207,8 +207,6 @@ RadioEnvironmentMapHelper::PrintAndDeactivate ()
|
||||
if (m_exitWhenDone)
|
||||
{
|
||||
Simulator::Stop ();
|
||||
Simulator::Destroy ();
|
||||
exit (0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user