Commit aa94b75c655fea26c4234268586703c293938c0a
1 parent
5c432f0f
Exists in
rmatsuda-fix_ref_MTC
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 |