Skip to content

Commit

Permalink
- Spelling error not caught by RML
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 3, 2011
1 parent e577801 commit ad14f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAETransform.mo
Expand Up @@ -3261,7 +3261,7 @@ protected function removeFixedfromStates
input BackendDAE.Variables inVars;
output list<tuple<DAE.ComponentRef,Integer>> outStates;
algorithm
outStats := matchcontinue (inStates,inVars)
outStates := matchcontinue (inStates,inVars)
local
DAE.ComponentRef cr;
Integer i;
Expand Down

0 comments on commit ad14f12

Please sign in to comment.