changeset 208:d69e18da32d3 draft

Uploaded
author francesco_lapi
date Wed, 31 Jul 2024 15:46:05 +0000
parents 2c5fe2bf1bd3
children f7800709dede
files marea_2/flux_to_map.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Wed Jul 31 15:43:50 2024 +0000
+++ b/marea_2/flux_to_map.py	Wed Jul 31 15:46:05 2024 +0000
@@ -428,7 +428,9 @@
         
         # Now we style the arrow head(s):
         idOpt1, idOpt2 = getArrowHeadElementId(reactionId)
+        print("styleReactionElements")
         print(idOpt1, idOpt2)
+        print("END styleReactionElements")
         self.applyTo(idOpt1, metabMap, self.toStyleStr(downSizedForTips = True))
         if idOpt2: self.applyTo(idOpt2, metabMap, self.toStyleStr(downSizedForTips = True))