From 34600bfcd7791fdc09ad7a03f5c2aa37b59dc42c Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 15 Mar 2016 16:04:01 +0000
Subject: [PATCH] Added running status check.

---
 python/tsmgr |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/python/tsmgr b/python/tsmgr
index 34c3644..69d3f7f 100755
--- a/python/tsmgr
+++ b/python/tsmgr
@@ -6,6 +6,7 @@
 
 run1=trisurf.Runner(snapshot='snapshot.vtu')
 run1.setMaindir(("N","k","V","Np","Nm"),("nshell","xk0","constvolswitch","npoly","nmono"))
+run1.setSubdir("run0")
 run1.start()
 #run
 print(run1)

--
Gitblit v1.9.3