Remove ugly endl

This commit is contained in:
mrequena
2011-03-30 15:33:52 +02:00
parent 24b117fe59
commit cbd53e42f3
2 changed files with 3 additions and 4 deletions

View File

@@ -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 ();

View File

@@ -405,7 +405,6 @@ operator << (std::ostream& os, const SpectrumValue& pvf)
os << *it1 << " " ;
++it1;
}
os << std::endl;
return os;
}