src/core/model/vector.cc
changeset 10968 2d29fee2b7b8
parent 9191 f094300690db
child 11136 03bf8fa63bda
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    21 #include "fatal-error.h"
    21 #include "fatal-error.h"
    22 #include "log.h"
    22 #include "log.h"
    23 #include <cmath>
    23 #include <cmath>
    24 #include <sstream>
    24 #include <sstream>
    25 
    25 
       
    26 namespace ns3 {
       
    27 
    26 NS_LOG_COMPONENT_DEFINE ("Vector");
    28 NS_LOG_COMPONENT_DEFINE ("Vector");
    27 
       
    28 namespace ns3 {
       
    29 
    29 
    30 ATTRIBUTE_HELPER_CPP (Vector3D);
    30 ATTRIBUTE_HELPER_CPP (Vector3D);
    31 ATTRIBUTE_HELPER_CPP (Vector2D);
    31 ATTRIBUTE_HELPER_CPP (Vector2D);
    32 // compatibility for mobility code
    32 // compatibility for mobility code
    33 Ptr<const AttributeChecker> MakeVectorChecker (void)
    33 Ptr<const AttributeChecker> MakeVectorChecker (void)