From 304510886da7e3969efd6d506e68652b533c0975 Mon Sep 17 00:00:00 2001 From: Miha <mihaf@hapi.(none)> Date: Fri, 21 Feb 2014 12:22:07 +0000 Subject: [PATCH] Removed harmonic potential between poly-monomers for now. Added min and max distance between neighboring poly-vertices. --- src/timestep.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/timestep.c b/src/timestep.c index 0ce9372..d717abb 100644 --- a/src/timestep.c +++ b/src/timestep.c @@ -21,6 +21,7 @@ } centermass(vesicle); cell_occupation(vesicle); + ts_fprintf(stdout,"Done %d out of %d iterations (x %d MC sweeps).\n",i+1,inititer+iterations,mcsweeps); if(i>inititer){ write_vertex_xml_file(vesicle,i-inititer); } -- Gitblit v1.9.3