Visualization for abilene
diff --git a/model/annotated-topology-reader.cc b/model/annotated-topology-reader.cc
index d8bbc7e..51fadfe 100644
--- a/model/annotated-topology-reader.cc
+++ b/model/annotated-topology-reader.cc
@@ -501,8 +501,8 @@
nd->AggregateObject (loc);
}
- x = x1; //randX.GetValue();
- y = y1; //randY.GetValue();
+ x = -x1; //randX.GetValue();
+ y = -y1; //randY.GetValue();
NS_LOG_INFO("X = "<<x <<"Y = "<<y);
Vector locVec (x, y, 0);
loc->SetPosition (locVec);
@@ -515,8 +515,8 @@
nd2->AggregateObject (loc2);
}
- x = x2; //randX.GetValue();
- y = y2; //randY.GetValue();
+ x = -x2; //randX.GetValue();
+ y = -y2; //randY.GetValue();
NS_LOG_INFO("X = "<<x <<"Y = "<<y);
Vector locVec2 (x, y, 0);
loc2->SetPosition (locVec2);