Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Fix single-arg param name
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Jun 22, 2024
1 parent ad70ce1 commit d51c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trajopt/set/ManifoldIntervalSet2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct TRAJOPT_DLLEXPORT ManifoldIntervalSet2d {
* @param angle the angle of the vector to.
*/
constexpr ManifoldIntervalSet2d(double angle)
: ManifoldIntervalSet2d(middle, 0) {
: ManifoldIntervalSet2d(angle, 0) {
}

constexpr ManifoldIntervalSet2d() = default;
Expand Down

0 comments on commit d51c071

Please sign in to comment.