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) {
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user