mon premier commit ! (super modif !!!!)

This commit is contained in:
Jean Sirmai 2021-06-11 12:29:43 +02:00
parent e42534dc90
commit 2db4558b5c
Signed by untrusted user who does not match committer: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 5 additions and 5 deletions

View File

@ -54,12 +54,12 @@ struct {
// Local threads // Local threads
// //
struct { struct {
int x; int x;
int y; int y;
int z; int z;
} typedef Center_t; } typedef Center_t;
struct { struct {
pthread_t *id; pthread_t *id;
Center_t *localWorkAreaCenter; Center_t *localWorkAreaCenter;
} typedef Thread_t; } typedef Thread_t;