Skip to content

Commit

Permalink
- attempt to fix #2708 (unquote q-idents)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21203 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jun 19, 2014
1 parent 7f9a6ae commit ffd890f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/SimCodeUtil.mo
Expand Up @@ -3700,6 +3700,7 @@ algorithm
case(cref::rest, _, _, _)
equation
ident = ComponentReference.printComponentRefStr(cref);
ident = System.unquoteIdentifier(ident);
ident = System.stringReplace(ident, ".", "$P");
ident = System.stringReplace(ident, "[", "$rB");
ident = System.stringReplace(ident, "]", "$lB");
Expand Down

0 comments on commit ffd890f

Please sign in to comment.