diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a323d6..a2b1fd0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,25 +1,26 @@ { - "C_Cpp.errorSquiggles": "Disabled", - "files.associations": { - "time.h": "c", - "b2hd.h": "c", - "main.h": "c", - "stdio.h": "c", - "string.h": "c", - "initialparameters.h": "c", - "filegestion.h": "c", - "power.h": "c", - "getarray.h": "c", - "math.h": "c", - "limits": "c", - "*.tcc": "c", - "type_traits": "c", - "simulateflux.h": "c", - "pthread.h": "c", - "types.h": "c", - "average.h": "c", - "queue.h": "c", - "growthrate.h": "c", - "stdbool.h": "c" - } -} \ No newline at end of file + "C_Cpp.errorSquiggles": "Disabled", + "files.associations": { + "time.h": "c", + "b2hd.h": "c", + "main.h": "c", + "stdio.h": "c", + "string.h": "c", + "initialparameters.h": "c", + "filegestion.h": "c", + "power.h": "c", + "getarray.h": "c", + "math.h": "c", + "limits": "c", + "*.tcc": "c", + "type_traits": "c", + "simulateflux.h": "c", + "pthread.h": "c", + "types.h": "c", + "average.h": "c", + "queue.h": "c", + "growthrate.h": "c", + "stdbool.h": "c" + }, + "cmake.configureOnOpen": false +} diff --git a/Code-C/Makefileold b/Code-C/Makefileold deleted file mode 100644 index 44a0a3d..0000000 --- a/Code-C/Makefileold +++ /dev/null @@ -1,5 +0,0 @@ -CC = gcc - -all: - $(CC) -g fileGestion.c getArray.c average.c growthRate.c power.c queue.c simulateFlux.c main.c -lm -lpthread -o main - ./main < ../02400031.TXT \ No newline at end of file