Skip to content
Snippets Groups Projects
Commit d7c3c0a9 authored by olivier stasse's avatar olivier stasse Committed by Valenza Florian
Browse files

[src] Fix timings.cpp warning (useless ;)

parent dac4a60b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
#include "pinocchio/tools/timer.hpp"
#include <Eigen/StdVector>
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::VectorXd);
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::VectorXd)
int main(int argc, const char ** argv)
{
......
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