diff options
Diffstat (limited to 'manual/assets/orchestrator.py')
| -rwxr-xr-x | manual/assets/orchestrator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
