Opened 14 years ago

Closed 14 years ago

#3207 closed defect (fixed)

Wrong type casting in GDALGrid data metrics functions

Reported by: dron Owned by: dron
Priority: normal Milestone: 1.6.3
Component: GDAL_Raster Version: 1.6.2
Severity: normal Keywords:
Cc:

Description

There is a wrong type casting of poOptions parameter in data metrics computation functions because of blind copy-paste from other gridding functions. Instead of casting to GDALGridDataMetricsOptions there were GDALGridNearestNeighborOptions and GDALGridMovingAverageOptions used.

Change History (1)

comment:1 by dron, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk with r17955 and in 1.6 branch with r17956.

Note: See TracTickets for help on using tickets.