From 8a34b8b4181d9334641b5918484147cbfe0eb595 Mon Sep 17 00:00:00 2001 From: giomba Date: Sat, 14 Dec 2019 14:13:15 +0100 Subject: [PATCH] [simulation] minor fix --- simulation/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/main.sh b/simulation/main.sh index 3ae1c85..8a9d2ae 100755 --- a/simulation/main.sh +++ b/simulation/main.sh @@ -10,7 +10,7 @@ mkdir -p "$REPOSITORY/simulation/results" # Setup simulation parameters for KAPPA in 10 7 5 3 2 1; do - for I_MIN in 12 14 16 18 20; do + for I_MIN in 12 14 16 18; do I_MAX=$((20 - I_MIN)) # 20 =~ 17 minutes for PROJECTCONF in "$REPOSITORY/oracle/project-conf.h" "$CONTIKI/examples/ipv6/rpl-border-router/project-conf.h"; do