We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8509991 commit 92fc7fbCopy full SHA for 92fc7fb
1 file changed
Plugin/src/SofaPython3/PythonFactory.cpp
@@ -508,7 +508,7 @@ bool PythonFactory::registerDefaultTypes()
508
PythonFactory::registerType<sofa::defaulttype::Rigid3fTypes::Coord>("Rigid3f::Coord");
509
PythonFactory::registerType<sofa::defaulttype::Rigid3Types::Coord>("Rigid3::Coord");
510
511
- /// Quaternion
+ // Quaternion
512
PythonFactory::registerType<sofa::type::Quat<double>>("Quatd");
513
PythonFactory::registerType<sofa::type::Quat<float>>("Quatf");
514
PythonFactory::registerType<sofa::type::Quat<SReal>>("Quat");
0 commit comments