Skip to content

Commit 500fd45

Browse files
tobolarbeutlich
andauthored
Apply suggestion from @beutlich
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
1 parent d903414 commit 500fd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Modelica/Mechanics/MultiBody/Frames/Quaternions

Modelica/Mechanics/MultiBody/Frames/Quaternions/from_T.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected
1414
algorithm
1515
/*
1616
This is an optimized version of the quaternion conversion based on
17-
this paper: modelica://Modelica/Resources/Documentation/Mechanics/matrix-to-quat.pdf
17+
this paper: https://web.archive.org/web/20170718214714/https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf
1818
*/
1919
if T[3, 3] < 0 then
2020
if T[1, 1] > T[2, 2] then

0 commit comments

Comments
 (0)