Skip to content

Commit d550293

Browse files
authored
Merge pull request #97 from dkazanc/elipcyl_bug
fix for ELLIPCYLINDER bug
2 parents b9849a3 + f211be2 commit d550293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wrappers/Python/src/TomoP3D.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Objects3D(Enum):
5151
ELLIPSOID = 'ellipsoid'
5252
CONE = 'cone'
5353
CUBOID = 'cuboid'
54-
ELLIPCYLINDER = 'ellipticalcylinder'
54+
ELLIPCYLINDER = 'elliptical_cylinder'
5555

5656
@cython.boundscheck(False)
5757
@cython.wraparound(False)

0 commit comments

Comments
 (0)