Skip to content
Snippets Groups Projects
Commit 71aa747e authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Olivier Stasse
Browse files

Fix Eigen assert.

parent 73660390
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ namespace dynamicgraph
static void setDefault(sot_t& s)
{
s.resize(0,0);
s.resize(0);
}
};
......
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