Trisurf Monte Carlo simulator
Samo Penic
2021-07-27 3197854e89eb9ffe5ff3137e274d16806c2028a5
src/general.h
@@ -158,6 +158,10 @@
        ts_double solAngle;
      struct ts_poly *grafted_poly;
      struct ts_cluster *cluster;
   ts_double edge_x[14];
   ts_double edge_y[14];
   ts_double edge_z[14];
};
typedef struct ts_vertex ts_vertex;
@@ -219,7 +223,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;