diff options
Diffstat (limited to 'ns3-simulator/modules/energy.cc')
| -rw-r--r-- | ns3-simulator/modules/energy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ns3-simulator/modules/energy.cc b/ns3-simulator/modules/energy.cc index b07c835..9c91bf4 100644 --- a/ns3-simulator/modules/energy.cc +++ b/ns3-simulator/modules/energy.cc @@ -1,7 +1,7 @@ #include "modules.hpp" -void setupEnergy(Cell cell){ +void setupCellEnergy(Cell cell){ NodeContainer nodes(cell.first.first,cell.first.second); NetDeviceContainer nodesNetDev(cell.second.first,cell.second.second); |
