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/spherical_trisurf.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/spherical_trisurf.c b/src/spherical_trisurf.c index 46a2582..7fa40f9 100644 --- a/src/spherical_trisurf.c +++ b/src/spherical_trisurf.c @@ -60,6 +60,16 @@ calculateYlmi(vesicle); calculateUlm(vesicle); +//preloop: +for(i=0;i<1000;i++){ + cell_occupation(vesicle); + for(j=0;j<1000;j++){ + single_timestep(vesicle); + } + centermass(vesicle); + fprintf(stderr, "Preloop %d completed.\n",i+1); +} + nmax=1000; for(i=0;i<nmax;i++){ for(j=0;j<200;j++){ -- Gitblit v1.9.3