Skip to content

Commit

Permalink
Merge pull request #97 from dkazanc/elipcyl_bug
Browse files Browse the repository at this point in the history
fix for ELLIPCYLINDER bug
  • Loading branch information
dkazanc committed Dec 1, 2020
2 parents b9849a3 + f211be2 commit d550293
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 d550293

Please sign in to comment.