Skip to content

Commit

Permalink
- Fix compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 30, 2011
1 parent 222ed2d commit 57afb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -2885,7 +2885,7 @@ protected function constantLinearSystem1
protected
Option<BackendDAE.IncidenceMatrix> om,omT;
algorithm
(outDAE,outM,outMT,outAss1,outAss2,outComps,outRunMatching,outEqnlst,outMovedVars):=
(outDAE,outM,outMT,outAss1,outAss2,outComps,outRunMatching,outEqnlst,movedVars):=
matchcontinue (inDAE,inFunctionTree,inM,inMT,inAss1,inAss2,inComps,inEqnlst,inMovedVars)
local
BackendDAE.BackendDAE dae,dae1;
Expand Down

0 comments on commit 57afb3f

Please sign in to comment.