diff --git a/Wrappers/Python/src/TomoP3D.pyx b/Wrappers/Python/src/TomoP3D.pyx index e2a9183..3e9d9be 100644 --- a/Wrappers/Python/src/TomoP3D.pyx +++ b/Wrappers/Python/src/TomoP3D.pyx @@ -51,7 +51,7 @@ class Objects3D(Enum): ELLIPSOID = 'ellipsoid' CONE = 'cone' CUBOID = 'cuboid' - ELLIPCYLINDER = 'ellipticalcylinder' + ELLIPCYLINDER = 'elliptical_cylinder' @cython.boundscheck(False) @cython.wraparound(False)