Trisurf Monte Carlo simulator
Samo Penic
2014-03-06 083e03adeaf985c9da1ed31d259ced9bb54c207c
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;