Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 23f606e

Browse files
vwaurichOpenModelica-Hudson
authored andcommitted
fix visualization xml
1 parent c141cf1 commit 23f606e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/BackEnd/VisualXML.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ algorithm
173173
if Expression.isConst(e) then
174174
eOut := e;
175175
elseif Expression.isCref(e) then
176-
eOut := getConstCrefBinding(cr,vars);
176+
eOut := getConstCrefBinding(Expression.expCref(e),vars);
177177
else
178178
Error.addInternalError("VisualXMl.getConstCrefBinding failed for "+ExpressionDump.printExpStr(e)+"\n", sourceInfo());
179179
end if;

0 commit comments

Comments
 (0)