From 759169c7cead24a05533f78058c5a7ebdda319c5 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sun, 03 Jul 2016 22:17:37 +0000 Subject: [PATCH] Tried to made all functionality for clustering. Not debugged and will probably fail miserably --- 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