Skip to content
Snippets Groups Projects
Verified Commit 0876a6cc authored by Justin Carpentier's avatar Justin Carpentier
Browse files

parsers/srdf: add default argument to loadReferenceConfigurations

parent 770dca37
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ namespace pinocchio
void
loadReferenceConfigurations(ModelTpl<Scalar,Options,JointCollectionTpl> & model,
const std::string & filename,
const bool verbose) throw (std::invalid_argument);
const bool verbose = false) throw (std::invalid_argument);
///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment