Skip to content
Snippets Groups Projects
Commit 2007429d authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Removed a trace in solver kine.

parent 558de3b8
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,6 @@ namespace dynamicgraph ...@@ -202,7 +202,6 @@ namespace dynamicgraph
resizeSolver( void ) resizeSolver( void )
{ {
hsolver = hcod_ptr_t(new soth::HCOD( nbDofs,stack.size() )); hsolver = hcod_ptr_t(new soth::HCOD( nbDofs,stack.size() ));
debugOnce();
Ctasks.resize(stack.size()); Ctasks.resize(stack.size());
btasks.resize(stack.size()); btasks.resize(stack.size());
......
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