Skip to content

Commit

Permalink
- fix bootstrapping
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22196 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 9, 2014
1 parent 4ba144b commit d540875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Compiler/BackEnd/BackendVariable.mo
Expand Up @@ -2057,8 +2057,7 @@ algorithm
local Option<DAE.VariableAttributes> attr;
case(BackendDAE.VAR(values = attr)) then DAEUtil.getNominalAttr(attr);
end match;
end varNominalValueFail;

end getVarNominalValue;

public function isVarOnTopLevelAndOutput "and has the DAE.VarDirection = OUTPUT
The check for top-model is done by spliting the name at \'.\' and
Expand Down

0 comments on commit d540875

Please sign in to comment.