From ee84bde159fa91d6f1907cf3d8c39cfe50638444 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Wed, 12 Nov 2014 18:51:28 +0000 Subject: [PATCH] Started writting vtk dump file restoration --- src/io.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/io.h b/src/io.h index ec04fb1..69de4e9 100644 --- a/src/io.h +++ b/src/io.h @@ -17,6 +17,7 @@ char tape_fullfilename[1024]; //name of the tape file char tape_templatefull[1024]; //name of the tape template file char tape_opts[1000]; //commandline tape options + char dump_from_vtk[1024]; } ts_args; ts_args command_line_args; -- Gitblit v1.9.3