Trisurf Monte Carlo simulator
Samo Penic
2014-04-24 9f2ad693eae7abbd0b4f93db9a76caecf79a759a
src/vertexmove.c
@@ -310,7 +310,6 @@
   cellidx=vertex_self_avoidance(vesicle, vtx);
   //check occupation number
   retval=cell_occupation_number_and_internal_proximity(vesicle->clist,cellidx,vtx);
   if(retval==TS_FAIL){
      vtx=memcpy((void *)vtx,(void *)&backupvtx,sizeof(ts_vertex));
        return TS_FAIL;