Remove ugly endl
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "ns3/rlc-stats-calculator.h"
|
||||
|
||||
|
||||
//#include "ns3/gtk-config-store.h"
|
||||
#include "ns3/gtk-config-store.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
@@ -88,8 +88,8 @@ int main (int argc, char *argv[])
|
||||
Simulator::Run ();
|
||||
|
||||
// Uncomment to show available paths
|
||||
//GtkConfigStore config;
|
||||
//config.ConfigureAttributes ();
|
||||
GtkConfigStore config;
|
||||
config.ConfigureAttributes ();
|
||||
|
||||
Simulator::Destroy ();
|
||||
|
||||
|
||||
@@ -405,7 +405,6 @@ operator << (std::ostream& os, const SpectrumValue& pvf)
|
||||
os << *it1 << " " ;
|
||||
++it1;
|
||||
}
|
||||
os << std::endl;
|
||||
return os;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user