Skip to content

Commit

Permalink
Merge pull request #41 from tbeu/fix-dymola-checkbox
Browse files Browse the repository at this point in the history
Replace __Dymola_checkBox
  • Loading branch information
Franciscus van der Linden committed Aug 22, 2014
2 parents 37d8be6 + b2e0a1b commit ee28e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlanarMechanics/Joints/Prismatic.mo
Expand Up @@ -9,7 +9,7 @@ model Prismatic "A prismatic joint"
outer PlanarWorld planarWorld "planar world model";
parameter Boolean useFlange=false
"= true, if force flange enabled, otherwise implicitly grounded"
annotation(Evaluate=true, HideResult=true, choices(__Dymola_checkBox=true));
annotation(Evaluate=true, HideResult=true, choices(checkBox=true));
parameter StateSelect stateSelect=StateSelect.default
"Priority to use acceleration as states" annotation(HideResult=true,Dialog(tab="Advanced"));

Expand Down

0 comments on commit ee28e9b

Please sign in to comment.