Removed GTK pop up on example script. Set values for profiling script to the standard ones

This commit is contained in:
Jaume Nin
2011-11-18 16:22:08 +01:00
parent d85e7f6cf6
commit b069bf6be7
2 changed files with 4 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
#include "ns3/mobility-module.h"
#include "ns3/lte-module.h"
#include "ns3/config-store.h"
#include "ns3/gtk-config-store.h"
//#include "ns3/gtk-config-store.h"
#include <ns3/buildings-propagation-loss-model.h>
#include <iomanip>
@@ -210,8 +210,8 @@ main (int argc, char *argv[])
Simulator::Run();
GtkConfigStore config;
config.ConfigureAttributes ();
/*GtkConfigStore config;
config.ConfigureAttributes ();*/
Simulator::Destroy();
return 0;

View File

@@ -12,8 +12,7 @@ print FILE "#sTime\tnFloors\tnEnb\tnUe\trTime\trTDev\n";
my @nUe = ( 1, 5, 10, 15, 20, 25, 30 );
my @nEnb = ( 1, 2, 4, 6, 8, 12, 14, 18, 22 );
my @nFloors = ( 0, 1 );
#$my @simTime = ( 1, 5, 10, 20 );
my @simTime = ( 1 );
my @simTime = ( 1, 5, 10, 20, 30, 40 );
my $traceDirectory = ".";
my $traceDirectory = getcwd() . "/";