Trisurf Monte Carlo simulator
mihaf
2014-02-06 48bb92b75443c452e2a873d01be92bfe419e26bc
src/general.h
@@ -230,6 +230,7 @@
   ts_vertex_list *vlist;
   ts_bond_list *blist;
   ts_vertex *grafted_vtx;
   ts_double k;
};
typedef struct ts_poly ts_poly;
@@ -255,7 +256,9 @@
    ts_double cm[3];
    ts_double volume;
    ts_spharm *sphHarmonics;
   ts_poly_list *poly_list;
   ts_double spring_constant;
} ts_vesicle;