| | |
| | | |
| | | #include<stdarg.h> |
| | | #include<stdio.h> |
| | | |
| | | /* @brief This is a header file, defining general constants and structures. |
| | | * @file header.h |
| | | * @author Samo Penic |
| | |
| | | ts_poly_list *poly_list; |
| | | ts_double spring_constant; |
| | | ts_double pressure; |
| | | ts_int pswitch; |
| | | } ts_vesicle; |
| | | |
| | | |
| | | |
| | | typedef struct { |
| | | long int nshell; |
| | | long int ncxmax; |
| | | long int ncymax; |
| | | long int nczmax; |
| | | long int npoly; |
| | | long int nmono; |
| | | long int pswitch; |
| | | char *multiprocessing; |
| | | long int brezveze0; |
| | | long int brezveze1; |
| | | long int brezveze2; |
| | | ts_double xk0; |
| | | ts_double dmax; |
| | | ts_double stepsize; |
| | | ts_double kspring; |
| | | ts_double pressure; |
| | | long int iterations; |
| | | long int inititer; |
| | | long int mcsweeps; |
| | | long int quiet; |
| | | } ts_tape; |
| | | |
| | | /* GLOBAL VARIABLES */ |
| | | |