From 40e4ef7e79354c6455e2affe582856dde3c56395 Mon Sep 17 00:00:00 2001 From: tbeu Date: Sat, 3 Oct 2015 22:30:08 +0200 Subject: [PATCH] Replace __Dymola_checkBox by standrd conform one --- VehicleInterfaces/EnergyStorage.mo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VehicleInterfaces/EnergyStorage.mo b/VehicleInterfaces/EnergyStorage.mo index a79509a..de0b554 100644 --- a/VehicleInterfaces/EnergyStorage.mo +++ b/VehicleInterfaces/EnergyStorage.mo @@ -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"