Trisurf Monte Carlo simulator
Samo Penic
2012-07-12 a7a6d6d521ea3006963ae3f1a3fd8975cf3ba9b2
src/frame.c
@@ -16,6 +16,13 @@
    vesicle->cm[0]/=(ts_float)n;
    vesicle->cm[1]/=(ts_float)n;
    vesicle->cm[2]/=(ts_float)n;
    for(i=0;i<n;i++){
        vtx[i]->x-=vesicle->cm[0];
        vtx[i]->y-=vesicle->cm[1];
        vtx[i]->z-=vesicle->cm[2];
    }
    return TS_SUCCESS;
}