From d0c22866421af0906375a7506007d0caf5a454ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Couturier?= Date: Tue, 25 Feb 2020 04:27:32 +0100 Subject: [PATCH] aze --- IDA_new/run_long_paper3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDA_new/run_long_paper3.py b/IDA_new/run_long_paper3.py index a395f66..da39f31 100644 --- a/IDA_new/run_long_paper3.py +++ b/IDA_new/run_long_paper3.py @@ -12,7 +12,7 @@ len=(2**i) subprocess.check_output("head -c "+str(len)+" file"+str(len),shell=True) for k in range(2,8,2): - result=subprocess.check_output("./ida_gf65_paper2 t"+str(k)+" n8 ffile"+str(len),shell=True) + result=subprocess.check_output("./ida_gf65_paper3 t"+str(k)+" n8 ffile"+str(len),shell=True) res=result.decode() print(str(len)+"\t"+str(k)+"\t 8 \t"+res) -- 2.39.5