Trisurf Monte Carlo simulator
Samo Penic
2012-02-23 34d3de02dc183d38bf661789e98e43d9c1b4c0bd
src/general.h
@@ -181,14 +181,11 @@
};
typedef struct ts_triangle_list ts_triangle_list;
typedef struct ts_cell_data {
    ts_vertex **vertex;
    ts_uint nvertex;
} ts_cell_data;
typedef struct ts_cell {
    ts_uint idx;
    ts_cell_data *data;
    ts_vertex **vertex;
    ts_uint nvertex;
} ts_cell; 
typedef struct ts_cell_list{