Skip to content
Snippets Groups Projects
Commit e5ac953b authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Eigen: Attempt to fix unit test

parent 3444b241
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ int test_eigen(int argc, char *argv[])
}
{
Eigen::Vector4f v;
Eigen::Vector4f v(0.0f, 0.0f, 0.0f, 0.0f);
Eigen::Vector4f v1(1.0f, 2.0f, 0.0f, -1.0f);
Eigen::Vector4f v2(1.0f, -1.0f, 2.0f, 0.0f);
float data[4] = {1.0f, 2.0f, 3.0f, 4.0f};
......
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