Commit 4773dbbfd9d4586196a9d963c2556566941da118
1 parent
0790e884
Exists in
master
and in
9 other branches
Change verted_id_to from int64 to int
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/cy_my_types.pxd
@@ -13,4 +13,4 @@ ctypedef np.uint8_t mask_t | @@ -13,4 +13,4 @@ ctypedef np.uint8_t mask_t | ||
13 | 13 | ||
14 | ctypedef np.float32_t vertex_t | 14 | ctypedef np.float32_t vertex_t |
15 | ctypedef np.float32_t normal_t | 15 | ctypedef np.float32_t normal_t |
16 | -ctypedef np.int64_t vertex_id_t | 16 | +ctypedef np.int_t vertex_id_t |