From aa94b75c655fea26c4234268586703c293938c0a Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 6 Apr 2017 11:18:03 -0300 Subject: [PATCH] Change verted_id_to from int64 to int --- invesalius/data/cy_my_types.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/cy_my_types.pxd b/invesalius/data/cy_my_types.pxd index f87d0b0..279edf8 100644 --- a/invesalius/data/cy_my_types.pxd +++ b/invesalius/data/cy_my_types.pxd @@ -13,4 +13,4 @@ ctypedef np.uint8_t mask_t ctypedef np.float32_t vertex_t ctypedef np.float32_t normal_t -ctypedef np.int64_t vertex_id_t +ctypedef np.int_t vertex_id_t -- libgit2 0.21.2