From 785fda2984c00c58482b4e40558882dd418e1946 Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@ians.uni-stuttgart.de>
Date: Tue, 13 Oct 2020 15:51:28 +0200
Subject: [PATCH] comment output file string block

---
 Usecases/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Usecases/README.md b/Usecases/README.md
index 3c8a104..d8aa96b 100644
--- a/Usecases/README.md
+++ b/Usecases/README.md
@@ -262,6 +262,7 @@ output_string = "./output/{}-{}_timesteps{}_P{}".format(
     datestr, use_case, number_of_timesteps, FEM_Lagrange_degree
     )
 ~~~
+This block influences the naming of the output directory. Unless you are unhappy with the naming scheme of output directories, you don't need to touch this block on a per usecase basis.
 
 ### DOMAIN SUBSTRUCTURING
 ~~~python
@@ -271,7 +272,7 @@ interface_def_points = substructuring.interface_def_points
 adjacent_subdomains = substructuring.adjacent_subdomains
 subdomain_def_points = substructuring.subdomain_def_points
 outer_boundary_def_points = substructuring.outer_boundary_def_points
-~~
+~~~
 
 ### MODEL CONFIGURATION
 ~~~python
-- 
GitLab