Trisurf Monte Carlo simulator
Samo Penic
2013-11-27 0652ee2715994b48a9bbfd1132bf0b65ad206289
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;