src/general.h
@@ -3,7 +3,7 @@ #include<stdarg.h> #include<stdio.h> #include<pthread.h> /* @brief This is a header file, defining general constants and structures. * @file header.h * @author Samo Penic @@ -226,6 +226,11 @@ } ts_spharm; typedef struct { pthread_mutex_t vtx_taint; pthread_mutex_t vtx_untaint; pthread_mutex_t cell_modify; } ts_mutex; typedef struct { ts_vertex_list *vlist; @@ -240,6 +245,7 @@ ts_double volume; ts_spharm *sphHarmonics; ts_uint threads; ts_mutex *mutex; } ts_vesicle;