Skip to content
Snippets Groups Projects
Commit 4056bbcc authored by Nicolas Mansard's avatar Nicolas Mansard Committed by nmansard
Browse files

Minor revision.

parent c8671480
No related branches found
No related tags found
No related merge requests found
File moved
File moved
...@@ -60,6 +60,7 @@ namespace eigenpy ...@@ -60,6 +60,7 @@ namespace eigenpy
public: public:
/* Conversion from C++ to Python. */
static PyObject* convert(Quaternion const& q) static PyObject* convert(Quaternion const& q)
{ {
QuaternionUnaligned qx = q; QuaternionUnaligned qx = q;
......
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