Trisurf Monte Carlo simulator
Samo Penic
2019-03-09 e45dd1287ab43639808429cfa769f2291b28bb8e
src/general.h
@@ -312,7 +312,7 @@
   void (*vm_energy_before_prepare)(void *vesicle, ts_vertex *vtx);
   ts_double (*vm_energy_before_execute)(void *vesicle, ts_vertex *vtx);
   ts_double (*vm_energy_after_prepare)(void *vesicle, ts_vertex *vtx);
   ts_double (*vm_energy_after_execute)(void *vesicle, ts_vertex *vtx);
   ts_double (*vm_energy_after_execute)(void *vesicle, ts_vertex *vtx, ts_vertex *backup_vertices);
   ts_double (*vm_before_montecarlo_constraint)(void *vesicle, ts_vertex *vtx, ts_vertex *old_vtx);
   ts_double (*vm_new_state_accepted)(void *vesicle, ts_vertex *vtx, ts_vertex *old_vtx);
   ts_double (*vm_new_state_rejected)(void *vesicle, ts_vertex *vtx, ts_vertex *old_vtx);