Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rabinowitz committed Dec 13, 2023
1 parent 4d76c3f commit be92c3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apps/testapps/testPolygonToCellsExperimental.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ SUITE(polygonToCells) {
t_assertSuccess(H3_EXPORT(polygonToCellsExperimental)(
&polygon, 6, CONTAINMENT_CENTER, hexagons));

// This is the cell inside San Marino, which should not be included in
// output
// This is the cell inside San Marino (i.e. inside the hole)
H3Index holeCell = 0x861ea3cefffffff;

int found = 0;
Expand Down

0 comments on commit be92c3b

Please sign in to comment.