Fix a number of multi-resolution resampling bugs

This commit is contained in:
Gareth Evans
2017-06-26 22:55:04 +01:00
parent 8f13dae8b4
commit 820c3fa31d
3 changed files with 19 additions and 13 deletions

View File

@@ -33,7 +33,8 @@ typedef struct _tile_t{
short max_el;
short min_el;
short *data;
int resolution;
float precise_resolution;
float resolution;
double width_deg;
double height_deg;
int ppdx;