From 6efe5a6085926c624a24c507a719298f699f0ea6 Mon Sep 17 00:00:00 2001
From: Suchita Lad
Date: Wed, 2 Jul 2025 17:15:24 +0530
Subject: Updated ENDBLK.xsl
---
blocks/Xcos/common/AAAAAA.py | 2 +-
blocks/xcos2xml/blocks/ENDBLK.xsl | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/blocks/Xcos/common/AAAAAA.py b/blocks/Xcos/common/AAAAAA.py
index 9779cd15..0eaf756a 100644
--- a/blocks/Xcos/common/AAAAAA.py
+++ b/blocks/Xcos/common/AAAAAA.py
@@ -679,7 +679,7 @@ def addControlPort(root, id, parent, ordering, initialState,
def addCommandPort(root, id, parent, ordering, initialState,
- style="CpmmandPort;align=center;verticalAlign=bottom;spacing=10.0;rotation=0;flip=false;mirror=false",
+ style="CommandPort;align=center;verticalAlign=bottom;spacing=10.0;rotation=0;flip=false;mirror=false",
value="",
**kwargs):
return addPort(root, PORT_COMMAND,
diff --git a/blocks/xcos2xml/blocks/ENDBLK.xsl b/blocks/xcos2xml/blocks/ENDBLK.xsl
index 7b290d31..c98fe896 100644
--- a/blocks/xcos2xml/blocks/ENDBLK.xsl
+++ b/blocks/xcos2xml/blocks/ENDBLK.xsl
@@ -51,9 +51,7 @@
/ScilabString[@as='exprs']
/data[@column='0' and @line='0']/@value" />
-
-
-
+ 1.000E+08
--
cgit