Skip to content

Commit

Permalink
- Fixed compilation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19632 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Mar 19, 2014
1 parent 4519450 commit ee6618f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/HpcOmSimCode.mo
Expand Up @@ -987,7 +987,7 @@ algorithm
end createCacheMapLevelOptimized0;

protected function createCacheMapLevelOptimized1
input Task iTask;
input HpcOmScheduler.Task iTask;
input tuple<CacheMap,Integer,list<Integer>> iInfo; //<CacheMap,numNewCL, availableCL>
output tuple<CacheMap,Integer,list<Integer>> oInfo;
end createCacheMapLevelOptimized1;
Expand Down Expand Up @@ -1995,4 +1995,4 @@ algorithm
end matchcontinue;
end checkOdeSystemSize;

end HpcOmSimCode;
end HpcOmSimCode;

0 comments on commit ee6618f

Please sign in to comment.