From 80ebbe388f3e945e62f47b0141c660ee6f05c8fc Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Thu, 17 Oct 2019 17:06:50 +0000 Subject: [PATCH] have some kind of memory allocation error :( --- src/timestep.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/timestep.c b/src/timestep.c index 81101bf..2202982 100644 --- a/src/timestep.c +++ b/src/timestep.c @@ -124,7 +124,6 @@ bfsr/=(ts_double)mcsweeps; centermass(vesicle); cell_occupation(vesicle); - dump_state(vesicle,i); vesicle_volume(vesicle); //calculates just volume. vesicle_area(vesicle); //calculates area. if(vesicle->tape->constvolswitch==0){ @@ -135,7 +134,6 @@ } if(i>=inititer){ write_vertex_xml_file(vesicle,i-inititer,NULL); - write_master_xml_file(command_line_args.output_fullfilename); epochtime=get_epoch(); gyration_eigen(vesicle, &l1, &l2, &l3); //r0=getR0(vesicle); -- Gitblit v1.9.3