Skip to content

Commit

Permalink
Merge pull request #10 from tbeu/fix-__Dymola_checkBox
Browse files Browse the repository at this point in the history
Replace __Dymola_checkBox by standrd conform one
  • Loading branch information
dietmarw committed Oct 3, 2015
2 parents 211b529 + 40e4ef7 commit a37da7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VehicleInterfaces/EnergyStorage.mo
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ package EnergyStorage "Collection of energy storage subsystem definitions"
partial model Base "Basic interface for an energy storage device"
parameter Boolean includeGround=false
"Include inner electrical ground at pin_n"
annotation(Evaluate=true, HideResult=true, choices(__Dymola_checkBox=true));
annotation(Evaluate=true, HideResult=true, choices(checkBox=true));
parameter Boolean includeHeatPort = false "Include the battery heat port"
annotation(Evaluate=true, HideResult=true, choices(__Dymola_checkBox=true));
annotation(Evaluate=true, HideResult=true, choices(checkBox=true));
parameter Boolean usingMultiBodyChassis=false
"Include secondary ground node on the right port"
annotation(Evaluate=true, HideResult=true, choices(__Dymola_checkBox=true));
annotation(Evaluate=true, HideResult=true, choices(checkBox=true));

VehicleInterfaces.Interfaces.ControlBus controlBus if not usingMultiBodyChassis
"Control signal bus"
Expand Down

0 comments on commit a37da7b

Please sign in to comment.