Trisurf Monte Carlo simulator
Miha
2014-02-12 a18ed8730a0bf9cf49db1869bb82b274969adebe
src/energy.c
@@ -19,9 +19,12 @@
    return TS_SUCCESS;
}
inline ts_bool energy_poly_vertex(ts_vertex *vtx,ts_poly *poly){
}
inline ts_bool bond_energy(ts_bond *bond,ts_poly *poly){
   bond->energy=poly->k*pow(bond->bond_length-1,2);
   return TS_SUCCESS;
};
inline ts_bool energy_vertex(ts_vertex *vtx){
//    ts_vertex *vtx=&vlist->vertex[n]-1; // Caution! 0 Indexed value!