Skip to content

Commit

Permalink
Don't use dots in new identifiers in functions
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15488 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 6, 2013
1 parent 0168fca commit c63606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/PartFn.mo
Expand Up @@ -951,7 +951,7 @@ algorithm
dae,numArgs,current)
equation
inputs = List.select(smallparts,isInput);
s = Absyn.pathStringNoQual(p);
s = Absyn.pathString2(Absyn.makeNotFullyQualified(p), "_");
inputs = List.map1(inputs,renameInput,s);
inputs = listReverse(getFirstNInputs(listReverse(inputs),numArgs));
res = insertAfterInputs(parts,inputs);
Expand Down

0 comments on commit c63606a

Please sign in to comment.