mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
refactor stuff
This commit is contained in:
parent
57b04d6424
commit
97de8c9d24
15 changed files with 135 additions and 88 deletions
|
@ -28,7 +28,7 @@ LeoSatNodeHelper::SetAttribute (string name, const AttributeValue &value)
|
|||
NodeContainer
|
||||
LeoSatNodeHelper::Install (vector<string> &wpFiles)
|
||||
{
|
||||
NS_LOG_FUNCTION (wpFiles);
|
||||
NS_LOG_FUNCTION (this);
|
||||
|
||||
NodeContainer nodes;
|
||||
for (size_t i = 0; i < wpFiles.size (); i ++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue