Skip to content

Commit 3a6118a

Browse files
committed
Fix enum definition
Fixes #7
1 parent 1ba49c2 commit 3a6118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_cadmesh.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cdef extern from "admesh/stl.h":
1616
stl_vertex vertex[3]
1717
stl_extra extra
1818

19-
cdef enum stl_type:
19+
ctypedef enum stl_type:
2020
binary, ascii, inmemory
2121

2222
ctypedef struct stl_edge:

0 commit comments

Comments
 (0)