diff --git a/code/fonctionVisuelGraphe.c b/code/fonctionVisuelGraphe.c deleted file mode 100644 index e088802..0000000 --- a/code/fonctionVisuelGraphe.c +++ /dev/null @@ -1,41 +0,0 @@ -#include -#include - - -void visuelGraphe(graphe g){ - int taille=1000; - int origine=taille/2; - int distance=4*origine/5; - int tailleVert=taille/20; - InitialiserGraphique(); - CreerFenetre(10,10,taille,taille); - - int i,j; - int x,y; - char* nV=malloc(2); - *nV='1'; - *(nV+1)='\0'; - int* cX=calloc(g.ordre,sizeof(int)); - int* cY=calloc(g.ordre,sizeof(int)); - for(i=0;i