Skip to content

Commit 4056bbc

Browse files
nmansardnmansard
authored andcommitted
Minor revision.
1 parent c867148 commit 4056bbc

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

src/quaternion.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ namespace eigenpy
6060

6161
public:
6262

63+
/* Conversion from C++ to Python. */
6364
static PyObject* convert(Quaternion const& q)
6465
{
6566
QuaternionUnaligned qx = q;

0 commit comments

Comments
 (0)