From 919555150e5676cae7f7c471e4bdf30d563bcb12 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Mon, 09 Jul 2012 09:36:07 +0000
Subject: [PATCH] Fixed centermass functon to move the vertices so cm is always 0

---
 src/sh.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/sh.c b/src/sh.c
index 5952d39..baeb8f9 100644
--- a/src/sh.c
+++ b/src/sh.c
@@ -238,6 +238,7 @@
 ts_bool preparationSh(ts_vesicle *vesicle, ts_double r0){
 //TODO: before calling or during the call calculate area of each triangle! Can
 //be also done after vertexmove and bondflip //
+//DONE: in energy calculation! //
     ts_uint i,j;
     ts_vertex **vtx=vesicle->vlist->vtx;
     ts_vertex *cvtx;

--
Gitblit v1.9.3