Skip to content

Commit

Permalink
undo wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 12, 2024
1 parent 575f386 commit e861c71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion godal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,6 @@ 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 e861c71

Please sign in to comment.