summaryrefslogtreecommitdiff
path: root/ns3-simulator/modules/energy.cc
diff options
context:
space:
mode:
authorLoic Guegan <manzerberdes@gmx.com>2019-04-12 14:48:47 +0200
committerLoic Guegan <manzerberdes@gmx.com>2019-04-12 14:48:47 +0200
commitcb10ad2490706fc87f19ef556f36aee679887ad6 (patch)
treea93d1ca9194eea7fb10633a315d177ef6e2d0ba4 /ns3-simulator/modules/energy.cc
parent927283437161307a23a954b42297412ba03a619c (diff)
Refactoring
Diffstat (limited to 'ns3-simulator/modules/energy.cc')
-rw-r--r--ns3-simulator/modules/energy.cc2
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);