Skip to content

Commit 73eb456

Browse files
author
Nicholas Rabinowitz
committed
fixture comment
1 parent a36db4a commit 73eb456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/apps/benchmarks/benchmarkH3Api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "geoCoord.h"
1818
#include "h3api.h"
1919

20-
// Fixtures
20+
// Fixtures (arbitrary res 9 hexagon)
2121
GeoCoord coord = {0.659966917655, -2.1364398519396};
2222
H3Index hex = 0x89283080ddbffff;
2323

src/apps/benchmarks/benchmarkH3UniEdge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "geoCoord.h"
1818
#include "h3api.h"
1919

20-
// Fixtures
20+
// Fixtures (arbitrary res 9 hexagon)
2121
H3Index edges[6] = {0};
2222
H3Index hex = 0x89283080ddbffff;
2323

0 commit comments

Comments
 (0)