From a549778bfece819cf0b599168c571e400e6eb67d Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Wed, 10 Sep 2014 07:03:15 +0000 Subject: [PATCH] Added calculation of epsV. --- 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