Skip to content

Commit

Permalink
- Fixed output assignment of traverseBackendDAEOptEqnWithStop
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 12, 2010
1 parent f4b2749 commit 5df5efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackendEquation.mo
Expand Up @@ -414,7 +414,7 @@ protected function traverseBackendDAEOptEqnWithStop "function: traverseBackendDA
output tuple<BackendDAE.Equation, Boolean, Type_a> outTpl;
end FuncExpType;
algorithm
outTypeA:= matchcontinue (inEquation,func,inTypeA)
(outBoolean,outTypeA):= matchcontinue (inEquation,func,inTypeA)
local
BackendDAE.Equation eqn;
Type_a ext_arg;
Expand Down

0 comments on commit 5df5efe

Please sign in to comment.