Skip to content
Snippets Groups Projects
Commit e4058573 authored by Jan Willem Thorbecke's avatar Jan Willem Thorbecke
Browse files

assert

parent d37573bc
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ int main (int argc, char **argv)
if(!getparstring("file_mute", &file_mute)) file_mute=NULL;
if(!getparstring("file_shot", &file_shot)) file_shot=NULL;
assert(file_shot!=NULL);
if(!getparstring("file_out", &file_out)) file_out=NULL;
if(!getparint("ntmax", &ntmax)) ntmax = 1024;
if(!getparint("nxmax", &nxmax)) nxmax = 512;
......
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