Trisurf Monte Carlo simulator
Samo Penic
2022-05-04 06afc729f9061c1cfa14c78728d61d518324c2f0
src/general.h
@@ -158,6 +158,7 @@
        ts_double solAngle;
      struct ts_poly *grafted_poly;
      struct ts_cluster *cluster;
   ts_double direct_interaction_force;
};
typedef struct ts_vertex ts_vertex;
@@ -195,11 +196,13 @@
   ts_double znorm;
    ts_double area; // firstly needed for sh.c
    ts_double volume; // firstly needed for sh.c
   ts_double energy;
};
typedef struct ts_triangle ts_triangle;
struct ts_triangle_list{
    ts_uint n;
   ts_double a0;
    ts_triangle **tria;
};
typedef struct ts_triangle_list ts_triangle_list;
@@ -217,7 +220,7 @@
    ts_cell **cell;
    ts_double dcell;
    ts_double shift;
    ts_double max_occupancy;
    ts_uint max_occupancy;
   ts_double dmin_interspecies;
} ts_cell_list;
@@ -273,6 +276,8 @@
   long int pswitch;
    long int constvolswitch;
    long int constareaswitch;
   long int stretchswitch;
   ts_double xkA0;
    ts_double constvolprecision;
       char *multiprocessing;
      long int brezveze0;
@@ -347,14 +352,6 @@
   ts_cluster **cluster;
} ts_cluster_list;
/* GLOBAL VARIABLES */
int quiet;
ts_double V0;
ts_double A0;
ts_double epsvol;
ts_double epsarea;
/* FUNCTIONS */
/** Non-fatal error function handler: