Trisurf Monte Carlo simulator
Miha
2014-02-06 fedf2b217113800a15f367e111e2dbcad4a3c92c
src/general.h
@@ -164,12 +164,13 @@
} ts_vertex_list;
struct ts_bond {
    ts_uint idx;
       ts_uint idx;
   ts_vertex *vtx1;
   ts_vertex *vtx2;
    ts_double bond_length;
    ts_double bond_length_dual;
   ts_bool tainted;
   ts_double energy;
};
typedef struct ts_bond ts_bond;