Skip to content

Commit

Permalink
- Fix comment for removedEqs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9647 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 17, 2011
1 parent 3f87492 commit 50509fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAE.mo
Expand Up @@ -231,7 +231,7 @@ uniontype BackendDAE "THE LOWERED DAE consist of variables and equations. The va
Variables externalObjects "External object variables";
AliasVariables aliasVars "mappings of alias-variables to real-variables"; // added asodja 2010-03-03
EquationArray orderedEqs "orderedEqs ; ordered Equations" ;
EquationArray removedEqs "removedEqs ; Removed equations a=b" ;
EquationArray removedEqs "these are equations that cannot solve for a variable. for example assertions, external function calls, algorithm sections without effect" ;
EquationArray initialEqs "initialEqs ; Initial equations" ;
array<MultiDimEquation> arrayEqs "arrayEqs ; Array equations" ;
array< .DAE.Algorithm> algorithms "algorithms ; Algorithms" ;
Expand Down

0 comments on commit 50509fa

Please sign in to comment.