Skip to content
Snippets Groups Projects
Commit 519b22ed authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix bug appearing with TRACE mode OFF

parent 64a86c03
No related branches found
No related tags found
No related merge requests found
Pipeline #3980 passed
......@@ -637,9 +637,8 @@ TEST(exp_q, small)
{
v = u*scale;
q = exp_q(v);
Vector3s ratio = q.vec().array() / v.array();
WOLF_TRACE("scale = ", scale, "; ratio = ", ratio.transpose());
WOLF_TRACE("scale = ", scale, "; ratio = ", (q.vec().array() / v.array()).transpose());
scale /= 10;
}
......
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