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

Select: abort if no timestep is seleced

parent a717b806
No related branches found
No related tags found
No related merge requests found
......@@ -915,6 +915,8 @@ void *Select(void *argument)
if ( array ) free(array);
if ( vars ) free(vars);
if ( tsID2 == 0 ) cdoAbort("No timesteps selected!");
cdoFinish();
return (NULL);
......
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