Skip to content
Snippets Groups Projects
Commit a92673d6 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

correctly set the parameter 'sampleExtraDof' when creating the shooter

parent a6d09efe
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ namespace hpp {
romFilter_,affFilter_,shootLimit_,displacementLimit_);
if(!so3Bounds_.empty())
shooter->BoundSO3(so3Bounds_);
shooter->sampleExtraDOF(problem.getParameter("ConfigurationShooter/sampleExtraDOF").boolValue());
return shooter;
}
......
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