Trisurf Monte Carlo simulator
Samo Penic
2019-03-09 4df6ed05246cf8bc9fe0cb0c8766ebc368d2f512
src/plugins/pressure.c
@@ -22,7 +22,7 @@
   }
}
ts_double vm_energy_after_execute(ts_vesicle *vesicle, ts_vertex *vtx){
ts_double vm_energy_after_execute(ts_vesicle *vesicle, ts_vertex *vtx, ts_vertex *backup_vertices){
   ts_double delta_energy=0;
   if(vesicle->pswitch == 1){
      ts_double *dvol=(ts_double *)vesicle->plist->pointer->plugin->details->data;