Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti and ahcorde authored May 15, 2024
1 parent 9531fef commit 36c50aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/gz/math/Cone.hh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace gz
public: Quaternion<Precision> RotationalOffset() const;

/// \brief Set the rotation offset.
/// \param[in] _rotOffset ..
/// \param[in] _rotOffset
/// See Quaternion<Precision> RotationalOffset() for details on the
/// rotational offset.
/// \sa Quaternion<Precision> RotationalOffset() const
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/test/Helpers_TEST.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import unittest

from gz.math7 import (Helpers, gz_box_volume, gz_box_volume_v, gz_cylinder_volume,
gz_cone_volume,gz_sphere_volume, Vector3d, equal, fixnan,
gz_cone_volume, gz_sphere_volume, Vector3d, equal, fixnan,
greater_or_near_equal, is_even, is_odd, is_power_of_two, isnan,
is_time_string, less_or_near_equal, max, mean, min,
parse_float, parse_int, precision, round_up_multiple,
Expand Down

0 comments on commit 36c50aa

Please sign in to comment.