Skip to content

Commit

Permalink
- try to fix test (why does thermoSysPro tests fail when selecting ot…
Browse files Browse the repository at this point in the history
…her alias variables?)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Sep 28, 2012
1 parent 638441a commit 0702547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendVariable.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3835,8 +3835,8 @@ algorithm
b := selfGeneratedVar(cr);
i := intAdd(i,Util.if_(b,100,0));
// length of name (number of dots)
d := ComponentReference.crefDepth(cr);
i := i+d;
// d := ComponentReference.crefDepth(cr);
// i := i+d;
end calcAliasKey;

public function selfGeneratedVar
Expand Down

0 comments on commit 0702547

Please sign in to comment.