From b8fc1a87ddbf138e1a710fbc3c164219f30799fd Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 16 Oct 2019 09:24:19 +0000 Subject: [PATCH] Removed obsolete files --- 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