From fda1ab6babed79842534b3a21a6ee96bc26f9d93 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 16 Dec 2014 14:47:56 +0000
Subject: [PATCH] Real spherical harmonics are programmed. Inefficiently, but for testing purposes they works.

---
 src/io.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/io.h b/src/io.h
index c6f97fd..69de4e9 100644
--- a/src/io.h
+++ b/src/io.h
@@ -15,7 +15,9 @@
     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
+    char dump_from_vtk[1024];
 } ts_args;
 
 ts_args command_line_args;

--
Gitblit v1.9.3