Skip to content

Commit

Permalink
Updated the length of the mask-based hashing.
Browse files Browse the repository at this point in the history
  • Loading branch information
karypis committed Jul 31, 2020
1 parent 4411075 commit 265ba0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmetis/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define LTERM (void **) 0 /* List terminator for gk_free() */

#define HTLENGTH ((1<<11)-1)
#define HTLENGTH ((1<<13)-1)

#define INIT_MAXNAD 200 /* Initial number of maximum number of
adjacent domains. This number will be
Expand Down

0 comments on commit 265ba0f

Please sign in to comment.