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

Commit

Permalink
fix visualization xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Sep 14, 2017
1 parent a275e4c commit 7bd4847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/VisualXML.mo
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ algorithm
if Expression.isConst(e) then
eOut := e;
elseif Expression.isCref(e) then
eOut := getConstCrefBinding(cr,vars);
eOut := getConstCrefBinding(Expression.expCref(e),vars);
else
Error.addInternalError("VisualXMl.getConstCrefBinding failed for "+ExpressionDump.printExpStr(e)+"\n", sourceInfo());
end if;
Expand Down

0 comments on commit 7bd4847

Please sign in to comment.