Skip to content

Commit e51468b

Browse files
committed
- support any type of value
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11016 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent a30239e commit e51468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/scripts/replace-startValue.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</xsl:copy>
1212
</xsl:template>
1313
<!-- -->
14-
<xsl:template match="ScalarVariable/Real/@start">
14+
<xsl:template match="ScalarVariable/node()/@start">
1515
<xsl:choose>
1616
<xsl:when test="../../@name = $variableName">
1717
<xsl:attribute name="start">

0 commit comments

Comments
 (0)