Skip to content
Snippets Groups Projects
Commit 4d266ca9 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix incorrect increment of time step.

parent cbc51e58
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,6 @@ int main(int argc, const char **argv)
streamReadVar(streamID, (int)varID, buf, &nmiss);
allNmissSum += (size_t)nmiss;
}
++tsID;
}
if (countMissingValues)
printf("missing values count = %zu\n", allNmissSum);
......
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