mon premier commit ! (super modif !!!!)
This commit is contained in:
parent
e42534dc90
commit
2db4558b5c
|
@ -54,12 +54,12 @@ struct {
|
|||
// Local threads
|
||||
//
|
||||
struct {
|
||||
int x;
|
||||
int y;
|
||||
int z;
|
||||
int x;
|
||||
int y;
|
||||
int z;
|
||||
} typedef Center_t;
|
||||
|
||||
struct {
|
||||
pthread_t *id;
|
||||
Center_t *localWorkAreaCenter;
|
||||
pthread_t *id;
|
||||
Center_t *localWorkAreaCenter;
|
||||
} typedef Thread_t;
|
||||
|
|
Loading…
Reference in New Issue