From 4bb27d92794e557f79b420c08c8e8d42f2637c62 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 13 Sep 2022 19:19:34 +0200 Subject: Update manual --- manual/assets/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/assets/orchestrator.py') diff --git a/manual/assets/orchestrator.py b/manual/assets/orchestrator.py index 2886dd9..a697aa8 100755 --- a/manual/assets/orchestrator.py +++ b/manual/assets/orchestrator.py @@ -14,4 +14,4 @@ s.create_node("node",args="sender") # Use node.py for the first node with "sende s.create_node("node",args="receiver") # Now the second node ##### Run the simulation -s.run() +s.run(interferences=True) -- cgit v1.2.3