Skip to content
Snippets Groups Projects
Commit e75d8cff authored by Olivier Stasse's avatar Olivier Stasse Committed by olivier stasse
Browse files

[tests] Coverage with improved precision.

parent ae3552e8
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ public: ...@@ -59,6 +59,7 @@ public:
vq[1] = 2.0; vq[1] = 2.0;
vq[2] = 3.0; vq[2] = 3.0;
sendMsg("Value to display: " + toString(vq)); sendMsg("Value to display: " + toString(vq));
sendMsg("Value to display: " + toString(vq, 3, 10));
Eigen::Matrix<double, 3, 3> an_eig_m; Eigen::Matrix<double, 3, 3> an_eig_m;
an_eig_m.Ones(); an_eig_m.Ones();
sendMsg("Value to display: " + toString(an_eig_m)); sendMsg("Value to display: " + toString(an_eig_m));
......
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