Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit f7af81a

Browse files
committed
code cleanup
1 parent 5c17aad commit f7af81a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arraymap.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ lookup_hash_int(FAMObject *self, npy_int64 key, Py_hash_t hash, KeysArrayType ka
796796
}
797797

798798

799+
// NOTE: kat is passed in separately to match the interface of lookup_hash_int.
799800
static Py_ssize_t
800801
lookup_hash_uint(FAMObject *self, npy_uint64 key, Py_hash_t hash, KeysArrayType kat)
801802
{
@@ -844,6 +845,7 @@ lookup_hash_uint(FAMObject *self, npy_uint64 key, Py_hash_t hash, KeysArrayType
844845
}
845846

846847

848+
// NOTE: kat is passed in separately to match the interface of lookup_hash_int
847849
static Py_ssize_t
848850
lookup_hash_double(FAMObject *self, npy_double key, Py_hash_t hash, KeysArrayType kat)
849851
{

0 commit comments

Comments
 (0)