equal
deleted
inserted
replaced
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) |