fix namespace usage in energy test

This commit is contained in:
Josh Pelkey
2010-08-10 12:11:56 -04:00
parent aea9e883e1
commit 1182e30d99

View File

@@ -35,7 +35,7 @@
#include "ns3/nqos-wifi-mac-helper.h"
#include <math.h>
namespace ns3 {
using namespace ns3;
NS_LOG_COMPONENT_DEFINE ("BasicEnergyModelTestSuite");
@@ -404,4 +404,3 @@ BasicEnergyModelTestSuite::BasicEnergyModelTestSuite ()
// create an instance of the test suite
BasicEnergyModelTestSuite g_energyModelTestSuite;
} // namespace ns3