diff --git a/SAE2 b/SAE2 index 4d66034..179b247 100755 Binary files a/SAE2 and b/SAE2 differ diff --git a/files/precedences.txt b/files/precedences.txt index 6b145c6..f3c3b0e 100644 --- a/files/precedences.txt +++ b/files/precedences.txt @@ -4,6 +4,6 @@ Structure Plomberie Plomberie Murs Electricite Menuiserie Plomberie Sols -Murs Peinture +Murs Peinture Peinture Finitions -Sols Finitions \ No newline at end of file +Sols Finitions \ No newline at end of file diff --git a/includes/main.h b/includes/main.h index 3c5a060..4dfc2a0 100644 --- a/includes/main.h +++ b/includes/main.h @@ -6,4 +6,4 @@ #include "charge.h" #define TMAXTRAV 8 -#define TRACE true +#define TRACE false diff --git a/obj/charge.o b/obj/charge.o index 6ae358a..e820d59 100644 Binary files a/obj/charge.o and b/obj/charge.o differ diff --git a/obj/main.o b/obj/main.o index 77c2f49..d468ba7 100644 Binary files a/obj/main.o and b/obj/main.o differ diff --git a/obj/sort.o b/obj/sort.o index 5f1787c..dabb813 100644 Binary files a/obj/sort.o and b/obj/sort.o differ diff --git a/obj/structures.o b/obj/structures.o index 4936a57..90153e5 100644 Binary files a/obj/structures.o and b/obj/structures.o differ