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

assert

parent 9d5c2e4c
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