There was an error while loading. Please reload this page.
1 parent 20f440c commit cd61320Copy full SHA for cd61320
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