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

mdd error check

parent 6de2b63c
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ int main (int argc, char **argv)
if (!getparstring("file_B", &file_B)) file_B=NULL;
assert(file_B != NULL);
if (!getparstring("file_out", &file_out)) file_out=NULL;
assert(file_out != NULL);
if (!getparstring("file_dmat", &file_dmat)) file_dmat=NULL;
if (!getparint("one_file", &one_file)) one_file = 1;
......
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