From bbe7df469c40beb309542c01f25c262340978629 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 15 Sep 2016 08:04:34 +0000 Subject: [PATCH] Merge branch 'pegs' --- src/main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.c b/src/main.c index 085e09f..cb6dd05 100644 --- a/src/main.c +++ b/src/main.c @@ -48,6 +48,7 @@ ts_fprintf(stdout,"**** Restoring vesicle from VTK points list ****\n"); ts_fprintf(stdout,"************************************************\n\n"); vesicle = parseDump(command_line_args.dump_from_vtk); +// write_vertex_xml_file(vesicle,9999); // here you can test if restoration and rewritting results in the same dump file. Only the date od creation of dump file must differ. tape = vesicle->tape; int arguments_no; FILE *fd=fopen(".status","r"); -- Gitblit v1.9.3