diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 19:19:34 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 19:19:34 +0200 |
| commit | 4bb27d92794e557f79b420c08c8e8d42f2637c62 (patch) | |
| tree | cf4c7e874c8c8b93897d90e6f9377cca920c08cd /manual/assets | |
| parent | db5bb401f336600521cf464e95ec51a1bca6cbc6 (diff) | |
Update manual
Diffstat (limited to 'manual/assets')
| -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) |
