Skip to content
Snippets Groups Projects
Commit 2514ceea authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Fix typo.

parent 5535db49
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ void cdfGetSliceSlapDescription(stream_t *streamptr, int varId, int levelId, boo
int ncvarid = streamptr->vars[varId].ncvarid;
int gridId = vlistInqVarGrid(vlistId, varId);
int timetype = vlistInqVarTimeptype(vlistId, varId);
int timetype = vlistInqVarTimetype(vlistId, varId);
int gridsize = gridInqSize(gridId);
streamptr->numvals += gridsize;
......
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