From d4fcf5a2631655aaac0c726170f6030501ee12e7 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 11 Feb 2014 12:02:38 +0000
Subject: [PATCH] Revert "Revert "Testing program speed...""

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

diff --git a/src/frame.c b/src/frame.c
index 63a4f7b..b01c2d2 100644
--- a/src/frame.c
+++ b/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;
 }
 

--
Gitblit v1.9.3