Trisurf Monte Carlo simulator
Samo Penic
2014-04-30 dd5acac9147ee4e7a5b90f26953c19497626b945
src/timestep.c
@@ -105,7 +105,6 @@
        //find a bond and return a pointer to a bond...
        //call single_bondflip_timestep...
        retval=single_bondflip_timestep(vesicle,vesicle->blist->bond[b],rnvec);
    retval=TS_FAIL;
   if(retval==TS_SUCCESS) bfsrcnt++;        
    }