From a752b502e11eababc1bae73434b9dde9380c0c59 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 03 Sep 2014 21:19:57 +0000 Subject: [PATCH] Added capability to decrease number of poly in tape and random polymeres are removed from the vesicle in dump aswell. --- src/io.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io.c b/src/io.c index afdbfee..01ca5d5 100644 --- a/src/io.c +++ b/src/io.c @@ -169,9 +169,9 @@ poly_list->poly->bond */ - fwrite(vesicle->clist, sizeof(ts_cell_list),1, fh); +// fwrite(vesicle->clist, sizeof(ts_cell_list),1, fh); /* write tape information on vesicle */ - fwrite(vesicle->tape,sizeof(ts_tape),1,fh); +// fwrite(vesicle->tape,sizeof(ts_tape),1,fh); fwrite(&iteration, sizeof(ts_uint),1,fh); fclose(fh); return TS_SUCCESS; -- Gitblit v1.9.3