🐛 Missing ()

This commit is contained in:
Gustavo Rezende
2019-08-23 17:56:45 +00:00
parent ae03dbbf6d
commit 387ffd55a1

View File

@@ -54,7 +54,7 @@ def main(argv):
#
# No reason for pesky access points, so we'll use an ad-hoc network.
#
wifiMac = ns.wifi.WifiMacHelper
wifiMac = ns.wifi.WifiMacHelper()
wifiMac.SetType ("ns3::AdhocWifiMac");
#