Corrected scenario indexation bug in scripts
This commit is contained in:
@ -47,7 +47,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
|||||||
else if (`s'<=8) {
|
else if (`s'<=8) {
|
||||||
local nbdif=1
|
local nbdif=1
|
||||||
}
|
}
|
||||||
else if (`s'<=12) {
|
else if (`s'<=16) {
|
||||||
local nbdif=2
|
local nbdif=2
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -131,7 +131,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
|||||||
else if (`s'<=8) {
|
else if (`s'<=8) {
|
||||||
local nbdif=1
|
local nbdif=1
|
||||||
}
|
}
|
||||||
else if (`s'<=12) {
|
else if (`s'<=16) {
|
||||||
local nbdif=2
|
local nbdif=2
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -215,7 +215,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
|||||||
else if (`s'<=8) {
|
else if (`s'<=8) {
|
||||||
local nbdif=1
|
local nbdif=1
|
||||||
}
|
}
|
||||||
else if (`s'<=12) {
|
else if (`s'<=16) {
|
||||||
local nbdif=2
|
local nbdif=2
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -298,7 +298,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
|||||||
else if (`s'<=8) {
|
else if (`s'<=8) {
|
||||||
local nbdif=1
|
local nbdif=1
|
||||||
}
|
}
|
||||||
else if (`s'<=12) {
|
else if (`s'<=16) {
|
||||||
local nbdif=2
|
local nbdif=2
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user