From 39ff57c7adf4fb04fffa2f3093aaa5fafdddaa74 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 11 Sep 2014 15:43:16 +0000 Subject: [PATCH] started with trisurf scripts --- src/io.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/io.h b/src/io.h index c6f97fd..ec04fb1 100644 --- a/src/io.h +++ b/src/io.h @@ -15,6 +15,7 @@ char output_fullfilename[1024]; //name of the master file char dump_fullfilename[1024]; //name of the dump file 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 } ts_args; -- Gitblit v1.9.3