diff --git a/Modelica/Mechanics/MultiBody/Sensors/Internal/BasicAbsoluteAngularVelocity.mo b/Modelica/Mechanics/MultiBody/Sensors/Internal/BasicAbsoluteAngularVelocity.mo index fed4126ea4..90e2279ced 100644 --- a/Modelica/Mechanics/MultiBody/Sensors/Internal/BasicAbsoluteAngularVelocity.mo +++ b/Modelica/Mechanics/MultiBody/Sensors/Internal/BasicAbsoluteAngularVelocity.mo @@ -20,7 +20,7 @@ equation elseif resolveInFrame == ResolveInFrameA.frame_a then w = Frames.angularVelocity2(frame_a.R); elseif resolveInFrame == ResolveInFrameA.frame_resolve then - w = Frames.resolveRelative(Frames.angularVelocity1(frame_a.R), frame_a.R, frame_resolve.R); + w = Frames.resolve2(frame_resolve.R, Frames.angularVelocity1(frame_a.R)); else assert(false, "Wrong value for parameter resolveInFrame"); w = zeros(3);