Trisurf Monte Carlo simulator
Samo Penic
2012-07-10 b7c9b3492c40613c99f820ab47148ff756b7d9d2
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;
}