From 0652ee2715994b48a9bbfd1132bf0b65ad206289 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 27 Nov 2013 18:46:13 +0000 Subject: [PATCH] commiting all changes. --- src/vertexmove.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/vertexmove.c b/src/vertexmove.c index a79b2f0..a597958 100644 --- a/src/vertexmove.c +++ b/src/vertexmove.c @@ -108,20 +108,24 @@ } //update the normals of triangles that share bead i. + //TODO: check if we could backup that too? for(i=0;i<vtx->tristar_no;i++) triangle_normal_vector(vtx->tristar[i]); return TS_FAIL; } } - -// oldcellidx=vertex_self_avoidance(vesicle, &backupvtx[0]); + +//TODO: IS THAT REALLY NECESSARY? + +/* if(vtx->cell!=vesicle->clist->cell[cellidx]){ + pthread_mutex_lock(&vesicle->mutex->cell_modify); retval=cell_add_vertex(vesicle->clist->cell[cellidx],vtx); -// if(retval==TS_SUCCESS) cell_remove_vertex(vesicle->clist->cell[oldcellidx],vtx); if(retval==TS_SUCCESS) cell_remove_vertex(backupvtx[0].cell,vtx); - + pthread_mutex_unlock(&vesicle->mutex->cell_modify); } -// if(oldcellidx); +*/ + //END MONTE CARLOOOOOOO return TS_SUCCESS; } -- Gitblit v1.9.3