Skip to content

Commit

Permalink
Bug fix #2465 : removed the annotation 'Evaluate' in constant s_offse…
Browse files Browse the repository at this point in the history
…t of Modelica.Mechanics.MultiBody.Joints.Prismatic
  • Loading branch information
tobolar committed Feb 21, 2018
1 parent a17aca9 commit 56bda29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modelica/Mechanics/MultiBody/Joints.mo
Expand Up @@ -20,8 +20,7 @@ package Joints "Components that constrain the motion between two frames"
"Axis of translation resolved in frame_a (= same as in frame_b)"
annotation (Evaluate=true);
constant SI.Position s_offset=0
"Relative distance offset (distance between frame_a and frame_b = s_offset + s)"
annotation (Evaluate=false);
"Relative distance offset (distance between frame_a and frame_b = s_offset + s)";
parameter Types.Axis boxWidthDirection={0,1,0}
"Vector in width direction of box, resolved in frame_a"
annotation (Evaluate=true, Dialog(tab="Animation", group=
Expand Down

0 comments on commit 56bda29

Please sign in to comment.