Skip to content

Commit a4cdf4a

Browse files
author
Nicholas Rabinowitz
committed
H3_NULL
1 parent edfb70f commit a4cdf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/testapps/testH3UniEdge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ SUITE(h3UniEdge) {
137137

138138
for (int i = 0; i < 7; i++) {
139139
H3Index neighbor = ring[i];
140-
if (neighbor == pentagon || neighbor == 0) continue;
140+
if (neighbor == pentagon || neighbor == H3_NULL) continue;
141141
edge =
142142
H3_EXPORT(getH3UnidirectionalEdge)(pentagon, neighbor);
143143
t_assert(H3_EXPORT(h3UnidirectionalEdgeIsValid)(edge),

0 commit comments

Comments
 (0)