Skip to content

Commit

Permalink
- Fix previous fix.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Oct 26, 2014
1 parent 41a6753 commit 1a65260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -1616,7 +1616,7 @@ algorithm
// If it's a cref, check the cref's dimensions for function calls.
case DAE.CREF(componentRef = cr)
algorithm
(_, (usedfuncs, _)) := Expression.traverseExpCrefDims(cr,
(_, (_, usedfuncs)) := Expression.traverseExpCrefDims(cr,
checkUnusedFunctionsTupleWrapper, (inFunctions, inUsedFunctions));
then
usedfuncs;
Expand Down

0 comments on commit 1a65260

Please sign in to comment.