Skip to content
Snippets Groups Projects
Commit 181144f8 authored by jcarpent's avatar jcarpent
Browse files

[C++] Set function to static

parent fc5fe432
Branches
Tags
No related merge requests found
......@@ -24,7 +24,10 @@ namespace se3
{
template<typename JointModel>
void addJointAndBody(Model & model, const JointModelBase<JointModel> & joint, const std::string & parent_name, const std::string & name)
static void addJointAndBody(Model & model,
const JointModelBase<JointModel> & joint,
const std::string & parent_name,
const std::string & name)
{
typedef typename JointModel::ConfigVector_t CV;
typedef typename JointModel::TangentVector_t TV;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment