From 5cb7b098a860152c5f8ccb735606c16e8c679cbc Mon Sep 17 00:00:00 2001 From: corentinchoisy Date: Tue, 12 Mar 2024 17:14:00 +0100 Subject: [PATCH] Corrected scenario indexation bug in scripts --- Scripts/ROSALI-SIM.do | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Scripts/ROSALI-SIM.do b/Scripts/ROSALI-SIM.do index d97492f..3cc9030 100644 --- a/Scripts/ROSALI-SIM.do +++ b/Scripts/ROSALI-SIM.do @@ -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 {