Skip to content
Snippets Groups Projects
Verified Commit c34b1185 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: fix doc

parent fc4b9e56
No related branches found
No related tags found
No related merge requests found
......@@ -249,11 +249,11 @@ namespace eigenpy
{
EigenFromPy<MatType>::registration();
// Add also conversion to Eigen::MatrixBase<MatType>
// Add conversion to Eigen::MatrixBase<MatType>
typedef Eigen::MatrixBase<MatType> MatrixBase;
EigenFromPy<MatrixBase>::registration();
// Add also conversion to Eigen::EigenBase<MatType>
// Add conversion to Eigen::EigenBase<MatType>
typedef Eigen::EigenBase<MatType> EigenBase;
EigenFromPy<EigenBase>::registration();
}
......
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