Trisurf Monte Carlo simulator
Samo Penic
2013-11-24 439a4e0f10dd120b563039012d07eb5f1b3c8ded
src/timestep.h
@@ -4,9 +4,9 @@
typedef struct str_thdata
{
    int thread_no;
    ts_uint thread_no;
   ts_uint threads;
    ts_vesicle *vesicle;
    pthread_mutex_t *vtx_tainting_lock;
} thdata;