From 4891eb093f61d37056c50c572e669349dd49a65a Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Tue, 31 May 2016 19:33:33 +0000
Subject: [PATCH] Nucleus translates with the vesicle. Dump and restore includes optional <nucleus> tag within <trisurf> tag if the nucleus is present at all.

---
 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