Skip to content

Commit

Permalink
- hpcomTaskGraph fixed (I don't know why it is not producing these er…
Browse files Browse the repository at this point in the history
…rors on my local machine)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21505 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Jul 15, 2014
1 parent 4237335 commit 8de9a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/HpcOmTaskGraph.mo
Expand Up @@ -2217,9 +2217,9 @@ algorithm
//print("Component " +& intString(sccIdx) +& "\n");
true = BackendDAEUtil.traverseBackendDAEExpsOptEqn(SOME(eq), getComponentsIncludingTime1, false);
resultList = sccIdx::resultList;
then (eq, (offset,resultList,eqCompMapping,eqIdx+1));
then ((eq, (offset,resultList,eqCompMapping,eqIdx+1)));
case((eq, (offset,resultList,eqCompMapping,eqIdx)))
then (eq, (offset,resultList,eqCompMapping,eqIdx+1));
then ((eq, (offset,resultList,eqCompMapping,eqIdx+1)));
end matchcontinue;
end getComponentsIncludingTime0;

Expand Down

0 comments on commit 8de9a44

Please sign in to comment.