Skip to content

Commit 299ad93

Browse files
committed
Merge remote-tracking branch 'origin/cell_from_components' into cell_from_components
2 parents 9c1646c + 3a456d5 commit 299ad93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/h3lib/lib/h3Index.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
#include "mathExtensions.h"
3434
#include "vertex.h"
3535

36+
// TODO: https://github.com/uber/h3/issues/984
37+
static const bool isBaseCellPentagonArr[128] = {
38+
[4] = 1, [14] = 1, [24] = 1, [38] = 1, [49] = 1, [58] = 1,
39+
[63] = 1, [72] = 1, [83] = 1, [97] = 1, [107] = 1, [117] = 1};
40+
3641
// TODO: https://github.com/uber/h3/issues/984
3742
static const bool isBaseCellPentagonArr[128] = {
3843
[4] = 1, [14] = 1, [24] = 1, [38] = 1, [49] = 1, [58] = 1,

0 commit comments

Comments
 (0)