Skip to content

Commit

Permalink
Fix attributes of state derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Mar 19, 2017
1 parent 84fa514 commit d74861a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -7453,7 +7453,11 @@ algorithm
deriv.unit := "";
end try;
deriv.displayUnit := "";
deriv.minValue := NONE();
deriv.maxValue := NONE();
deriv.initialValue := NONE();
deriv.nominalValue := NONE();
deriv.isFixed := false;
deriv.aliasvar := SimCodeVar.NOALIAS();
deriv.causality := SimCodeVar.INTERNAL();
deriv.variable_index := NONE();
Expand Down

0 comments on commit d74861a

Please sign in to comment.