From 64c27e268380b4d000cfe1fc7e196a6f3a699ff5 Mon Sep 17 00:00:00 2001 From: "quentin.perret" Date: Thu, 2 Jun 2022 18:10:27 +0200 Subject: [PATCH] issue power in c not in py --- Code-C/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-C/Makefile b/Code-C/Makefile index eac0a9c..33a1055 100644 --- a/Code-C/Makefile +++ b/Code-C/Makefile @@ -6,5 +6,5 @@ all: $(CC) fileGestion.c getArray.c power.c -lm -o power #getArray.c fileGestion.c power.c main.c -o main - ./b2hd < ../02400031.TXT > rawData.csv + ./b2hd < ../02400001.TXT > rawData.csv ./power \ No newline at end of file