Corrected scenario indexation bug in scripts

main
Corentin Choisy 8 months ago
parent e3ae1eea10
commit 5cb7b098a8

@ -47,7 +47,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
else if (`s'<=8) {
local nbdif=1
}
else if (`s'<=12) {
else if (`s'<=16) {
local nbdif=2
}
else {
@ -131,7 +131,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
else if (`s'<=8) {
local nbdif=1
}
else if (`s'<=12) {
else if (`s'<=16) {
local nbdif=2
}
else {
@ -215,7 +215,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
else if (`s'<=8) {
local nbdif=1
}
else if (`s'<=12) {
else if (`s'<=16) {
local nbdif=2
}
else {
@ -298,7 +298,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
else if (`s'<=8) {
local nbdif=1
}
else if (`s'<=12) {
else if (`s'<=16) {
local nbdif=2
}
else {

Loading…
Cancel
Save