From 67749cb5e94a7d28a449a8346b8b3efad786e765 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 01 Jun 2016 19:27:58 +0000
Subject: [PATCH] Added statistics combining python script. Rudimentary at the moment.

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

diff --git a/src/frame.c b/src/frame.c
index b29d3e3..d81ba7e 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -42,6 +42,10 @@
 			vesicle->filament_list->poly[i]->vlist->vtx[j]->z-=vesicle->cm[2];
 		}
     }
+//move nucleus for the same vector as we moved vesicle
+	vesicle->nucleus_center[0]-=vesicle->cm[0];
+	vesicle->nucleus_center[1]-=vesicle->cm[1];
+	vesicle->nucleus_center[2]-=vesicle->cm[2];
 
     vesicle->cm[0]=0.0;
     vesicle->cm[1]=0.0;

--
Gitblit v1.9.3