Skip to content

Commit

Permalink
- assign not to input
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13228 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 7, 2012
1 parent c8aada4 commit edd3d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAECreate.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@ protected function replaceableAlias
input BackendDAE.Var var;
algorithm
_ := match (var)
case (var)
case (_)
equation
false = BackendVariable.isVarOnTopLevelAndOutput(var);
false = BackendVariable.isVarOnTopLevelAndInput(var);
Expand Down

0 comments on commit edd3d77

Please sign in to comment.