diff options
author | Suchita Lad | 2025-07-02 17:15:24 +0530 |
---|---|---|
committer | Suchita Lad | 2025-07-02 17:15:24 +0530 |
commit | 6efe5a6085926c624a24c507a719298f699f0ea6 (patch) | |
tree | eff8b898b8aa67d7309e8a8cd7987001f0222766 | |
parent | d856e755d7b471173738ea077bed3e8f826e6ca1 (diff) | |
download | Common-Interface-Project-6efe5a6085926c624a24c507a719298f699f0ea6.tar.gz Common-Interface-Project-6efe5a6085926c624a24c507a719298f699f0ea6.tar.bz2 Common-Interface-Project-6efe5a6085926c624a24c507a719298f699f0ea6.zip |
Updated ENDBLK.xsl
-rw-r--r-- | blocks/Xcos/common/AAAAAA.py | 2 | ||||
-rw-r--r-- | 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" /> </xsl:when> - <xsl:otherwise> - <xsl:value-of select="1.000E+08" /> - </xsl:otherwise> + <xsl:otherwise>1.000E+08</xsl:otherwise> </xsl:choose> </xsl:variable> <Object display_parameter="" as="displayProperties" /> |