Skip to content

Commit

Permalink
fix: update codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Sep 30, 2024
1 parent 57d01f1 commit b6e2f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pinocchio/spatial/inertia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ namespace pinocchio
* @brief Constructor for LogCholeskyParametersTpl.
* @param log_cholesky A 10-dimensional vector of log Cholesky parameters.
*/
LogCholeskyParametersTpl(const Vector10 & log_cholesky)
explicit LogCholeskyParametersTpl(const Vector10 & log_cholesky)
: parameters(log_cholesky)
{
}
Expand Down

0 comments on commit b6e2f7f

Please sign in to comment.