Skip to content

Commit

Permalink
Missing changes in CevalScript
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23102 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 31, 2014
1 parent 53d85a2 commit fa7bbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Script/CevalScript.mo
Expand Up @@ -1187,7 +1187,7 @@ algorithm
str = match name
case "Absyn" then Dump.unparseStr(p, false);
case "SCode" then SCodeDump.programStr(scodeP);
case "MetaModelicaInterface" then SCodeDump.programStr(scodeP, SCodeDump.OPTIONS(true,false,true,true,true,true));
case "MetaModelicaInterface" then SCodeDump.programStr(scodeP, SCodeDump.OPTIONS(true,false,true,true,true,true,true,true));
case "Internal" then System.anyStringCode(p);
else "";
end match;
Expand All @@ -1207,7 +1207,7 @@ algorithm
str = match name
case "Absyn" then Dump.unparseStr(p, false);
case "SCode" then SCodeDump.unparseElementStr(cl);
case "MetaModelicaInterface" then SCodeDump.unparseElementStr(cl, SCodeDump.OPTIONS(true,false,true,true,true,true));
case "MetaModelicaInterface" then SCodeDump.unparseElementStr(cl, SCodeDump.OPTIONS(true,false,true,true,true,true,true,true));
case "Internal" then System.anyStringCode(p);
else "";
end match;
Expand Down

0 comments on commit fa7bbfa

Please sign in to comment.