Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 12, 2024
1 parent 5741181 commit 575f386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions godal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,7 @@ void godalGridCreate(cctx *ctx, char *pszAlgorithm, GDALGridAlgorithm eAlgorithm
#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3, 7, 0)
ret = GDALGridParseAlgorithmAndOptions(pszAlgorithm, &eAlgorithm, &ppOptions);
#else
#error "gdal version" GDAL_VERSION_NUM
ret = ParseAlgorithmAndOptions(pszAlgorithm, &eAlgorithm, &ppOptions);
#endif
if(ret!=0) {
Expand Down

0 comments on commit 575f386

Please sign in to comment.