src/core/model/default-simulator-impl.cc
changeset 10968 2d29fee2b7b8
parent 10652 dc18deba4502
child 11091 4bbd7b9a2889
--- a/src/core/model/default-simulator-impl.cc	Fri Sep 26 12:44:13 2014 -0700
+++ b/src/core/model/default-simulator-impl.cc	Fri Sep 26 15:51:00 2014 -0700
@@ -30,14 +30,14 @@
 
 #include <cmath>
 
+
+namespace ns3 {
+
 // Note:  Logging in this file is largely avoided due to the
 // number of calls that are made to these functions and the possibility
 // of causing recursions leading to stack overflow
-
 NS_LOG_COMPONENT_DEFINE ("DefaultSimulatorImpl");
 
-namespace ns3 {
-
 NS_OBJECT_ENSURE_REGISTERED (DefaultSimulatorImpl);
 
 TypeId