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

iegScanTimestep: bug fix.

parent d29fcf40
No related branches found
No related tags found
No related merge requests found
......@@ -1121,7 +1121,7 @@ long iegScanTimestep(stream_t *streamptr)
if ( streamptr->ntsteps != streamptr->rtsteps )
{
int tsID = tstepsNewEntry(streamptr);
tsID = tstepsNewEntry(streamptr);
if ( tsID != streamptr->rtsteps )
Error("Internal error. tsID = %d", tsID);
......
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