Skip to content
Snippets Groups Projects
Commit 31fdda0b authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Change type of nmiss to SizeType in cdf_lazy_grid.

parent 6fb9a927
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!16Remove Fortran interface files from the repo
......@@ -189,7 +189,7 @@ cdfLazyGridDefYVals(grid_t *grid, const double *vals)
}
static double
cdfLazyGridInqXVal(grid_t *grid, size_t index)
cdfLazyGridInqXVal(grid_t *grid, SizeType index)
{
struct cdfLazyGrid *lazyGrid = (struct cdfLazyGrid *) grid;
lock_lazy_load(lazyGrid);
......@@ -199,7 +199,7 @@ cdfLazyGridInqXVal(grid_t *grid, size_t index)
}
static double
cdfLazyGridInqYVal(grid_t *grid, size_t index)
cdfLazyGridInqYVal(grid_t *grid, SizeType index)
{
struct cdfLazyGrid *lazyGrid = (struct cdfLazyGrid *) grid;
lock_lazy_load(lazyGrid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment