Skip to content

Commit

Permalink
ellipcyl bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Dec 1, 2020
1 parent b9849a3 commit f211be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrappers/Python/src/TomoP3D.pyx
Expand Up @@ -51,7 +51,7 @@ class Objects3D(Enum):
ELLIPSOID = 'ellipsoid'
CONE = 'cone'
CUBOID = 'cuboid'
ELLIPCYLINDER = 'ellipticalcylinder'
ELLIPCYLINDER = 'elliptical_cylinder'

@cython.boundscheck(False)
@cython.wraparound(False)
Expand Down

0 comments on commit f211be2

Please sign in to comment.