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/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c
index ac92fd5..1fe6618 100644
--- a/src/main.c
+++ b/src/main.c
@@ -55,6 +55,7 @@
 				}
 			fclose(fd);
 			start_iteration++;
+			printf("nucleus coords: %.17e %.17e %.17e\n",vesicle->nucleus_center[0], vesicle->nucleus_center[1], vesicle->nucleus_center[2]);
 		}
 		else
 			ts_fprintf(stdout,"No .status file. The iteration count will start from 0");

--
Gitblit v1.9.3