From 7ec6fb63c690080d0624c7bf138d0fd84fe7664e Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 15 May 2018 16:11:14 +0000 Subject: [PATCH] First working version, not debugged and energy assigned to vesicles on timesteps --- src/main.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.c b/src/main.c index 7e65aea..3f91f43 100644 --- a/src/main.c +++ b/src/main.c @@ -127,6 +127,8 @@ } } //printf("nucleus coords: %.17e %.17e %.17e\n",vesicle->nucleus_center[0], vesicle->nucleus_center[1], vesicle->nucleus_center[2]); +// write_vertex_xml_file(vesicle,0); +// exit(1); //write_vertex_xml_file(vesicle,1000); run_simulation(vesicle, tape->mcsweeps, tape->inititer, tape->iterations, start_iteration); -- Gitblit v1.9.3