We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf6c80 commit bb067dbCopy full SHA for bb067db
2 files changed
CMakeLists.txt
@@ -297,7 +297,7 @@ set(OTHER_SOURCE_FILES
297
src/apps/testapps/testMathExtensionsInternal.c
298
src/apps/testapps/testDescribeH3Error.c
299
src/apps/testapps/testGeoLoopArea.c
300
- srs/apps/testapps/testSphereCap.c
+ src/apps/testapps/testSphereCap.c
301
src/apps/miscapps/cellToBoundaryHier.c
302
src/apps/miscapps/cellToLatLngHier.c
303
src/apps/miscapps/generateBaseCellNeighbors.c
src/apps/testapps/testH3Memory.c
@@ -433,7 +433,7 @@ SUITE(h3Memory) {
433
"Should fail with memory error before success");
434
}
435
436
-
+
437
TEST(polygonToCellsExperimentalGeodesic) {
438
sfGeoPolygon.geoloop = sfGeoLoop;
439
sfGeoPolygon.numHoles = 0;
0 commit comments