src/timestep.h @@ -1,10 +1,11 @@ #ifndef _TIMESTEP_H #define _TIMESTEP_H #include<pthread.h> typedef struct str_thdata { int thread_no; ts_uint thread_no; ts_uint threads; ts_vesicle *vesicle; } thdata;