@@ -857,7 +857,7 @@ int gribapiScanTimestep1(stream_t * streamptr)
printf("%d %d %d\n", vdate, vtime, leveltype1);
*/
if(datetime0.date==10101&&datetime0.time==0)
if(datetime0.date==10101&&datetime0.time==0)
{
if(datetimeCmp(datetime,datetime0)||!nrecs)//Do we really need this condition? I have included it in order not to change the number of times gribapiGetDataDateTime() etc. get called. But if those are sideeffect-free, this condition should be removed.
{
...
...
@@ -870,19 +870,19 @@ int gribapiScanTimestep1(stream_t * streamptr)