From bb88d70f193b46226f2e2f01e961f8214986d878 Mon Sep 17 00:00:00 2001
From: "Ritschel, Markus" <markus.ritschel@studium.uni-hamburg.de>
Date: Thu, 2 Jun 2022 10:54:21 +0000
Subject: [PATCH] Correcting indentation error in plot_TPhiS.py line 61

---
 Python_files/Code/plotscripts/plot_TPhiS.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Python_files/Code/plotscripts/plot_TPhiS.py b/Python_files/Code/plotscripts/plot_TPhiS.py
index f59ca7c..95fb772 100644
--- a/Python_files/Code/plotscripts/plot_TPhiS.py
+++ b/Python_files/Code/plotscripts/plot_TPhiS.py
@@ -57,8 +57,8 @@ levelsS      = ([3., 8.])
 
 
 #Setting freeboard to zero if free_flag = 0
-if   free_flag == 0:
-  freeboard[:] = 0.
+if free_flag == 0:
+    freeboard[:] = 0.
 
 ylen = len(thick[0,:])
 xlen = len(thick[:,0])
-- 
GitLab