From 003eadc5ac135e17d68461a8bc7c4abec902fd2f Mon Sep 17 00:00:00 2001
From: Lars von Wolff <lars.von-wolff@ians.uni-stuttgart.de>
Date: Tue, 2 Feb 2021 18:47:08 +0100
Subject: [PATCH] Changed output name

---
 src/paper_thinstrip_full/thinstrip_equation.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/paper_thinstrip_full/thinstrip_equation.cc b/src/paper_thinstrip_full/thinstrip_equation.cc
index 8699ea8..989efbf 100644
--- a/src/paper_thinstrip_full/thinstrip_equation.cc
+++ b/src/paper_thinstrip_full/thinstrip_equation.cc
@@ -119,8 +119,6 @@ int main(int argc, char** argv)
       ptree["Time.dtMin"] = std::to_string(1./float(factorsize) * ptree.get("Time.dtMin",0.1));
     }
 
-    ptree["output.filename"] = "teststest";
-
 //    const int dim = ptree.get<int>("grid.dim");
     const int refinement = ptree.get<int>("domain.level");
 
-- 
GitLab