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

Commit

Permalink
fix for HpComEqSystems.partlintorn
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Aug 11, 2017
1 parent 24c3047 commit 19f24e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/HpcOmEqSystems.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,7 @@ algorithm
oVarCRef := listGet(oVarCRefLstIn,indxIn);
cRef := ComponentReference.makeCrefQual(prefix,DAE.T_COMPLEX_DEFAULT,{},oVarCRef);
cRef := ComponentReference.replaceSubsWithString(cRef);
cRef := ComponentReference.crefSetLastType(cRef, DAE.T_REAL_DEFAULT);
varExp := Expression.crefExp(cRef);
replacementOut := BackendVarTransform.addReplacement(replacementIn,oVarCRef,varExp,NONE());
ty := ComponentReference.crefLastType(cRef);
Expand Down

0 comments on commit 19f24e8

Please sign in to comment.