Skip to content

Commit

Permalink
Arbitrary commit to run CI again
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fernando <[email protected]>
  • Loading branch information
luccosta committed Jul 22, 2020
1 parent f9b3ea2 commit 1d26e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ignition/math/Vector4.hh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ namespace ignition

/// \brief Return the absolute dot product of this vector and
/// another vector. This is similar to the Dot function, except the
/// absolute value of each component of the vector is used.
/// absolute value of each component of the dot product vector is used.
///
/// result = abs(x1 * x2) + abs(y1 * y2) + abs(z1 * z2) + abs(w1 * w2)
///
Expand Down

0 comments on commit 1d26e5f

Please sign in to comment.