From 94de7c41e3e5a5bb89bd0fe3902d2562d943b616 Mon Sep 17 00:00:00 2001
From: Tomas Lovato <tomas.lovato@cmcc.it>
Date: Wed, 23 Feb 2022 18:30:28 +0100
Subject: [PATCH] minor change to TOP manual structure

---
 doc/latex/TOP/subfiles/model_structure.tex | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/latex/TOP/subfiles/model_structure.tex b/doc/latex/TOP/subfiles/model_structure.tex
index 55bcbddc..be5a7e74 100644
--- a/doc/latex/TOP/subfiles/model_structure.tex
+++ b/doc/latex/TOP/subfiles/model_structure.tex
@@ -96,7 +96,7 @@ physical transport (advective \& diffusive, forcing and boundary conditions) and
 % stepping workflow
 %
 
-\newcommand*{\connectorHH}[2]{
+\renewcommand*{\connectorH}[2]{
   \draw[arrow] (#1) -- ++(2.cm,0) |-  (#2);
 }
 
@@ -137,12 +137,12 @@ physical transport (advective \& diffusive, forcing and boundary conditions) and
 \draw [arrow] (main.south) |-  (trp.west);
 \draw [arrow] (main.south) |-  (rst.west);
 
-\connectorHH{trp.east}{ini1.west}
-\connectorHH{trp.east}{ini2.west}
-\connectorHH{trp.east}{ini3.west}
-\connectorHH{trp.east}{ini4.west}
-\connectorHH{trp.east}{ini5.west}
-\connectorHH{trp.east}{ini6.west}
+\connectorH{trp.east}{ini1.west}
+\connectorH{trp.east}{ini2.west}
+\connectorH{trp.east}{ini3.west}
+\connectorH{trp.east}{ini4.west}
+\connectorH{trp.east}{ini5.west}
+\connectorH{trp.east}{ini6.west}
 
 \end{tikzpicture}
 
-- 
GitLab