Trisurf Monte Carlo simulator
Samo Penic
2010-11-27 73f967e943c8d7a77cb21411de990904f09baba6
src/general.h
@@ -135,6 +135,13 @@
};
typedef struct ts_vertex ts_vertex;
typedef struct {
    ts_uint n;
    ts_vertex **vtx;
} ts_vertex_list;
/** ts_bond is a structure that describes a bond */
typedef struct {
   ts_vertex *vtx1;
@@ -204,4 +211,6 @@
//ts_uint ts_fprintf(FILE *fd, char *fmt, va_list ap);
#define VTX(vlist,n) &(vlist->vtx[n])
#endif