We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5e019 commit a1d91c8Copy full SHA for a1d91c8
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